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

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzap_leaf.c120 buf->l_hdr.lh_nfree = BSWAP_16(buf->l_hdr.lh_nfree);
176 zap_leaf_phys(l)->l_hdr.lh_nfree = ZAP_LEAF_NUMCHUNKS(l);
188 ASSERT(zap_leaf_phys(l)->l_hdr.lh_nfree > 0);
197 zap_leaf_phys(l)->l_hdr.lh_nfree--;
206 ASSERT3U(zap_leaf_phys(l)->l_hdr.lh_nfree, <, ZAP_LEAF_NUMCHUNKS(l));
215 zap_leaf_phys(l)->l_hdr.lh_nfree++;
524 if ((int)zap_leaf_phys(l)->l_hdr.lh_nfree < delta_chunks)
609 if (zap_leaf_phys(l)->l_hdr.lh_nfree < numchunks)
822 zap_leaf_phys(l)->l_hdr.lh_nfree * (ZAP_LEAF_ARRAY_BYTE
[all...]
H A Dzap.c682 zap_leaf_phys(l)->l_hdr.lh_nfree < ZAP_LEAF_LOW_WATER);
/freebsd-11-stable/sys/cddl/contrib/opensolaris/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
/freebsd-11-stable/sys/cddl/boot/zfs/
H A Dzfsimpl.h1382 uint16_t lh_nfree; /* number free chunks */ member in struct:zap_leaf_phys::zap_leaf_header

Completed in 187 milliseconds