FreeBSD ZFS
The Zettabyte File System
Data Fields

objset_phys Struct Reference

#include <dmu_objset.h>

Collaboration diagram for objset_phys:
Collaboration graph
[legend]

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

Detailed Description

Definition at line 56 of file dmu_objset.h.


Field Documentation

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.

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.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines