Searched refs:zap_leaf_phys (Results 1 – 3 of 3) sorted by relevance
166 zap_memset(&zap_leaf_phys(l)->l_hdr, 0, in zap_leaf_init()197 zap_leaf_phys(l)->l_hdr.lh_freelist = in zap_leaf_chunk_alloc()200 zap_leaf_phys(l)->l_hdr.lh_nfree--; in zap_leaf_chunk_alloc()218 zap_leaf_phys(l)->l_hdr.lh_nfree++; in zap_leaf_chunk_free()577 zap_leaf_phys(l)->l_hdr.lh_nentries--; in zap_entry_remove()658 zap_leaf_phys(l)->l_hdr.lh_nentries++; in zap_entry_create()792 zap_leaf_phys(l)->l_hdr.lh_nentries--; in zap_leaf_transfer_entry()793 zap_leaf_phys(nl)->l_hdr.lh_nentries++; in zap_leaf_transfer_entry()806 zap_leaf_phys(l)->l_hdr.lh_prefix <<= 1; in zap_leaf_split()807 zap_leaf_phys(l)->l_hdr.lh_prefix_len++; in zap_leaf_split()[all …]
489 ASSERT0(zap_leaf_phys(l)->l_hdr.lh_pad1); in zap_open_leaf()499 &zap_leaf_phys(l)->l_hash[ZAP_LEAF_HASH_NUMENTRIES(l)]); in zap_open_leaf()503 (uintptr_t)zap_leaf_phys(l), ==, l->l_dbuf->db_size); in zap_open_leaf()607 zap_leaf_phys(*lp)->l_hdr.lh_prefix); in zap_deref_leaf()620 int old_prefix_len = zap_leaf_phys(l)->l_hdr.lh_prefix_len; in zap_expand_leaf()626 zap_leaf_phys(l)->l_hdr.lh_prefix); in zap_expand_leaf()663 zap_leaf_phys(l)->l_hdr.lh_prefix); in zap_expand_leaf()706 zap_leaf_phys(l)->l_hdr.lh_nfree < ZAP_LEAF_LOW_WATER); in zap_put_leaf_maybe_grow_ptrtbl()1195 zap_leaf_phys(zc->zc_leaf)->l_hdr.lh_prefix_len) != in fzap_cursor_retrieve()1196 zap_leaf_phys(zc->zc_leaf)->l_hdr.lh_prefix)) { in fzap_cursor_retrieve()[all …]
87 (zap_leaf_phys(l)->l_hash + ZAP_LEAF_HASH_NUMENTRIES(l)))[idx]103 typedef struct zap_leaf_phys { struct164 zap_leaf_phys(zap_leaf_t *l) in zap_leaf_phys() function