FreeBSD ZFS
The Zettabyte File System
|
#include <dmu_objset.h>
Data Fields | |
dnode_phys_t | os_meta_dnode |
zil_header_t | os_zil_header |
uint64_t | os_type |
uint64_t | os_flags |
char | os_pad [OBJSET_PHYS_SIZE-sizeof(dnode_phys_t)*3-sizeof(zil_header_t)-sizeof(uint64_t)*2] |
dnode_phys_t | os_userused_dnode |
dnode_phys_t | os_groupused_dnode |
Definition at line 56 of file dmu_objset.h.
uint64_t objset_phys::os_flags |
Definition at line 60 of file dmu_objset.h.
Definition at line 64 of file dmu_objset.h.
Definition at line 57 of file dmu_objset.h.
char objset_phys::os_pad[OBJSET_PHYS_SIZE-sizeof(dnode_phys_t)*3-sizeof(zil_header_t)-sizeof(uint64_t)*2] |
Definition at line 62 of file dmu_objset.h.
uint64_t objset_phys::os_type |
Definition at line 59 of file dmu_objset.h.
Definition at line 63 of file dmu_objset.h.
Definition at line 58 of file dmu_objset.h.