FreeBSD ZFS
The Zettabyte File System
|
The in-core state of each volume. More...
Data Fields | |
char | zv_name [MAXPATHLEN] |
pool/dd name | |
uint64_t | zv_volsize |
amount of space we advertise | |
uint64_t | zv_volblocksize |
volume block size | |
struct g_provider * | zv_provider |
GEOM provider. | |
uint8_t | zv_min_bs |
minimum addressable block shift | |
uint8_t | zv_flags |
readonly, dumpified, etc. | |
objset_t * | zv_objset |
objset handle | |
uint32_t | zv_total_opens |
total open count | |
zilog_t * | zv_zilog |
ZIL handle. | |
list_t | zv_extents |
List of extents for dump. | |
znode_t | zv_znode |
for range locking | |
dmu_buf_t * | zv_dbuf |
bonus handle | |
int | zv_state |
struct bio_queue_head | zv_queue |
struct mtx | zv_queue_mtx |
zv_queue mutex |
list_t zvol_state::zv_extents |
uint8_t zvol_state::zv_flags |
uint8_t zvol_state::zv_min_bs |
char zvol_state::zv_name[MAXPATHLEN] |
struct g_provider* zvol_state::zv_provider |
struct bio_queue_head zvol_state::zv_queue |
struct mtx zvol_state::zv_queue_mtx |
uint32_t zvol_state::zv_total_opens |
uint64_t zvol_state::zv_volblocksize |
uint64_t zvol_state::zv_volsize |