Home
last modified time | relevance | path

Searched defs:dnode_phys (Results 1 – 3 of 3) sorted by relevance

/titanic_53/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Ddnode.h58 typedef struct dnode_phys { struct
80 } dnode_phys_t; argument
/titanic_53/usr/src/uts/common/fs/zfs/sys/
H A Ddnode.h123 typedef struct dnode_phys { struct
145 } dnode_phys_t; argument
/titanic_53/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h900 typedef struct dnode_phys { struct
901 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 …]