Searched refs:lh_nfree (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dzap_leaf.c119 buf->l_hdr.lh_nfree = BSWAP_16(buf->l_hdr.lh_nfree);
177 zap_leaf_phys(l)->l_hdr.lh_nfree = ZAP_LEAF_NUMCHUNKS(l);
191 ASSERT(zap_leaf_phys(l)->l_hdr.lh_nfree > 0);
200 zap_leaf_phys(l)->l_hdr.lh_nfree--;
209 ASSERT3U(zap_leaf_phys(l)->l_hdr.lh_nfree, <, ZAP_LEAF_NUMCHUNKS(l));
218 zap_leaf_phys(l)->l_hdr.lh_nfree++;
547 if ((int)zap_leaf_phys(l)->l_hdr.lh_nfree < delta_chunks)
637 if (zap_leaf_phys(l)->l_hdr.lh_nfree < numchunks)
857 zap_leaf_phys(l)->l_hdr.lh_nfree * (ZAP_LEAF_ARRAY_BYTE
[all...]
H A Dzap.c706 zap_leaf_phys(l)->l_hdr.lh_nfree < ZAP_LEAF_LOW_WATER);
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dzap_leaf.h110 uint16_t lh_nfree; /* number free chunks */ member in struct:zap_leaf_phys::zap_leaf_header

Completed in 74 milliseconds