FreeBSD ZFS
The Zettabyte File System
|
#include <dsl_deadlist.h>
Data Fields | |
objset_t * | dl_os |
uint64_t | dl_object |
avl_tree_t | dl_tree |
boolean_t | dl_havetree |
struct dmu_buf * | dl_dbuf |
dsl_deadlist_phys_t * | dl_phys |
kmutex_t | dl_lock |
bpobj_t | dl_bpobj |
if it's the old on-disk format: | |
boolean_t | dl_oldfmt |
Definition at line 45 of file dsl_deadlist.h.
if it's the old on-disk format:
Definition at line 55 of file dsl_deadlist.h.
struct dmu_buf* dsl_deadlist::dl_dbuf |
Definition at line 50 of file dsl_deadlist.h.
boolean_t dsl_deadlist::dl_havetree |
Definition at line 49 of file dsl_deadlist.h.
kmutex_t dsl_deadlist::dl_lock |
Definition at line 52 of file dsl_deadlist.h.
uint64_t dsl_deadlist::dl_object |
Definition at line 47 of file dsl_deadlist.h.
boolean_t dsl_deadlist::dl_oldfmt |
Definition at line 56 of file dsl_deadlist.h.
Definition at line 46 of file dsl_deadlist.h.
Definition at line 51 of file dsl_deadlist.h.
avl_tree_t dsl_deadlist::dl_tree |
Definition at line 48 of file dsl_deadlist.h.