Searched defs:dnode_phys (Results 1 – 3 of 3) sorted by relevance
58 typedef struct dnode_phys { struct80 } dnode_phys_t; argument
208 typedef struct dnode_phys { struct209 uint8_t dn_type; /* dmu_object_type_t */210 uint8_t dn_indblkshift; /* ln2(indirect block size) */211 uint8_t dn_nlevels; /* 1=dn_blkptr->data blocks */212 uint8_t dn_nblkptr; /* length of dn_blkptr */213 uint8_t dn_bonustype; /* type of data in bonus buffer */214 uint8_t dn_checksum; /* ZIO_CHECKSUM type */215 uint8_t dn_compress; /* ZIO_COMPRESS type */216 uint8_t dn_flags; /* DNODE_FLAG_* */217 uint16_t dn_datablkszsec; /* data block size in 512b sectors */[all …]
1029 typedef struct dnode_phys { struct1030 uint8_t dn_type; /* dmu_object_type_t */1031 uint8_t dn_indblkshift; /* ln2(indirect block size) */1032 uint8_t dn_nlevels; /* 1=dn_blkptr->data blocks */1033 uint8_t dn_nblkptr; /* length of dn_blkptr */1034 uint8_t dn_bonustype; /* type of data in bonus buffer */1035 uint8_t dn_checksum; /* ZIO_CHECKSUM type */1036 uint8_t dn_compress; /* ZIO_COMPRESS type */1037 uint8_t dn_flags; /* DNODE_FLAG_* */1038 uint16_t dn_datablkszsec; /* data block size in 512b sectors */[all …]