Home
last modified time | relevance | path

Searched refs:lh_nfree (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/uts/common/fs/zfs/
H A Dzap_leaf.c119 buf->l_hdr.lh_nfree = BSWAP_16(buf->l_hdr.lh_nfree); in zap_leaf_byteswap()
177 zap_leaf_phys(l)->l_hdr.lh_nfree = ZAP_LEAF_NUMCHUNKS(l); in zap_leaf_init()
191 ASSERT(zap_leaf_phys(l)->l_hdr.lh_nfree > 0); in zap_leaf_chunk_alloc()
200 zap_leaf_phys(l)->l_hdr.lh_nfree--; in zap_leaf_chunk_alloc()
209 ASSERT3U(zap_leaf_phys(l)->l_hdr.lh_nfree, <, ZAP_LEAF_NUMCHUNKS(l)); in zap_leaf_chunk_free()
218 zap_leaf_phys(l)->l_hdr.lh_nfree++; in zap_leaf_chunk_free()
547 if ((int)zap_leaf_phys(l)->l_hdr.lh_nfree < delta_chunks) in zap_entry_update()
637 if (zap_leaf_phys(l)->l_hdr.lh_nfree < numchunks) in zap_entry_create()
857 zap_leaf_phys(l)->l_hdr.lh_nfree * (ZAP_LEAF_ARRAY_BYTES+1))*10 / in zap_leaf_stats()
H A Dzap.c685 zap_leaf_phys(l)->l_hdr.lh_nfree < ZAP_LEAF_LOW_WATER); in zap_put_leaf_maybe_grow_ptrtbl()
/titanic_41/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dzap_leaf.h57 uint16_t lh_nfree; /* number free chunks */ member
/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Dzap_leaf.h110 uint16_t lh_nfree; /* number free chunks */ member
/titanic_41/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c631 mdb_printf(" lh_nfree = %u\n", zlp->l_hdr.lh_nfree, in zap_leaf()
632 zlp->l_hdr.lh_nfree * 100 / (ZAP_LEAF_NUMCHUNKS(&l))); in zap_leaf()