Searched refs:lh_nfree (Results 1 – 5 of 5) sorted by relevance
108 buf->l_hdr.lh_nfree = BSWAP_16(buf->l_hdr.lh_nfree); in zap_leaf_byteswap()165 zap_leaf_phys(l)->l_hdr.lh_nfree = ZAP_LEAF_NUMCHUNKS(l); in zap_leaf_init()177 ASSERT(zap_leaf_phys(l)->l_hdr.lh_nfree > 0); in zap_leaf_chunk_alloc()186 zap_leaf_phys(l)->l_hdr.lh_nfree--; in zap_leaf_chunk_alloc()195 ASSERT3U(zap_leaf_phys(l)->l_hdr.lh_nfree, <, ZAP_LEAF_NUMCHUNKS(l)); in zap_leaf_chunk_free()204 zap_leaf_phys(l)->l_hdr.lh_nfree++; in zap_leaf_chunk_free()303 ASSERT3U(hdr->lh_nfree, <, ZAP_LEAF_NUMCHUNKS(l)); in zap_leaf_array_free()304 hdr->lh_nfree++; in zap_leaf_array_free()558 if ((int)zap_leaf_phys(l)->l_hdr.lh_nfree < delta_chunks) in zap_entry_update()644 if (zap_leaf_phys(l)->l_hdr.lh_nfree < numchunks) in zap_entry_create()[all …]
805 zap_leaf_phys(l)->l_hdr.lh_nfree < ZAP_LEAF_LOW_WATER); in zap_put_leaf_maybe_grow_ptrtbl()
325 leaf->l_hdr.lh_nfree = ZAP_LEAF_NUMCHUNKS(l); in zap_fat_write_leaf_init()330 assert(leaf->l_hdr.lh_nfree < 0xffff); in zap_fat_write_leaf_init()440 assert(l.l_phys->l_hdr.lh_nfree >= nchunks); in zap_fat_write()441 l.l_phys->l_hdr.lh_nfree -= nchunks; in zap_fat_write()
117 uint16_t lh_nfree; /* number free chunks */ member
1695 uint16_t lh_nfree; /* number free chunks */ member