Searched defs:dnode_phys (Results 1 – 2 of 2) sorted by relevance
213 typedef struct dnode_phys { struct214 uint8_t dn_type; /* dmu_object_type_t */215 uint8_t dn_indblkshift; /* ln2(indirect block size) */216 uint8_t dn_nlevels; /* 1=dn_blkptr->data blocks */217 uint8_t dn_nblkptr; /* length of dn_blkptr */218 uint8_t dn_bonustype; /* type of data in bonus buffer */219 uint8_t dn_checksum; /* ZIO_CHECKSUM type */220 uint8_t dn_compress; /* ZIO_COMPRESS type */221 uint8_t dn_flags; /* DNODE_FLAG_* */222 uint16_t dn_datablkszsec; /* data block size in 512b sectors */[all …]
1071 typedef struct dnode_phys { struct1072 uint8_t dn_type; /* dmu_object_type_t */1073 uint8_t dn_indblkshift; /* ln2(indirect block size) */1074 uint8_t dn_nlevels; /* 1=dn_blkptr->data blocks */1075 uint8_t dn_nblkptr; /* length of dn_blkptr */1076 uint8_t dn_bonustype; /* type of data in bonus buffer */1077 uint8_t dn_checksum; /* ZIO_CHECKSUM type */1078 uint8_t dn_compress; /* ZIO_COMPRESS type */1079 uint8_t dn_flags; /* DNODE_FLAG_* */1080 uint16_t dn_datablkszsec; /* data block size in 512b sectors */[all …]