Searched refs:lh_nfree (Results 1 – 4 of 4) sorted by relevance
117 buf->l_hdr.lh_nfree = BSWAP_16(buf->l_hdr.lh_nfree); in zap_leaf_byteswap()174 zap_leaf_phys(l)->l_hdr.lh_nfree = ZAP_LEAF_NUMCHUNKS(l); in zap_leaf_init()186 ASSERT(zap_leaf_phys(l)->l_hdr.lh_nfree > 0); in zap_leaf_chunk_alloc()195 zap_leaf_phys(l)->l_hdr.lh_nfree--; in zap_leaf_chunk_alloc()204 ASSERT3U(zap_leaf_phys(l)->l_hdr.lh_nfree, <, ZAP_LEAF_NUMCHUNKS(l)); in zap_leaf_chunk_free()213 zap_leaf_phys(l)->l_hdr.lh_nfree++; in zap_leaf_chunk_free()522 if ((int)zap_leaf_phys(l)->l_hdr.lh_nfree < delta_chunks) in zap_entry_update()607 if (zap_leaf_phys(l)->l_hdr.lh_nfree < numchunks) in zap_entry_create()820 zap_leaf_phys(l)->l_hdr.lh_nfree * (ZAP_LEAF_ARRAY_BYTES+1))*10 / in zap_leaf_stats()
723 zap_leaf_phys(l)->l_hdr.lh_nfree < ZAP_LEAF_LOW_WATER); in zap_put_leaf_maybe_grow_ptrtbl()
117 uint16_t lh_nfree; /* number free chunks */ member
1676 uint16_t lh_nfree; /* number free chunks */ member