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