Searched defs:dnode_phys (Results 1 – 3 of 3) sorted by relevance
58 typedef struct dnode_phys { struct80 } dnode_phys_t; argument
123 typedef struct dnode_phys { struct145 } dnode_phys_t; argument
900 typedef struct dnode_phys { struct901 uint8_t dn_type; /* dmu_object_type_t */902 uint8_t dn_indblkshift; /* ln2(indirect block size) */903 uint8_t dn_nlevels; /* 1=dn_blkptr->data blocks */904 uint8_t dn_nblkptr; /* length of dn_blkptr */905 uint8_t dn_bonustype; /* type of data in bonus buffer */906 uint8_t dn_checksum; /* ZIO_CHECKSUM type */907 uint8_t dn_compress; /* ZIO_COMPRESS type */908 uint8_t dn_flags; /* DNODE_FLAG_* */909 uint16_t dn_datablkszsec; /* data block size in 512b sectors */[all …]