Searched refs:dn_used (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Ddnode.h87 (dnp)->dn_used : (dnp)->dn_used << SPA_MINBLOCKSHIFT)
101 /* Is dn_used in bytes? if not, it's in multiples of SPA_MINBLOCKSIZE */
120 uint64_t dn_used; /* bytes (or sectors) of disk space */ member in struct:dnode_phys
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Ddnode.c184 dnp->dn_used = BSWAP_64(dnp->dn_used);
1221 (u_longlong_t)dn->dn_phys->dn_used,
1235 dn->dn_phys->dn_used = space >> DEV_BSHIFT;
1237 dn->dn_phys->dn_used = space;

Completed in 158 milliseconds