Home
last modified time | relevance | path

Searched refs:zap_leaf_phys (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/sys/contrib/openzfs/module/zfs/
H A Dzap_leaf.c154 memset(&zap_leaf_phys(l)->l_hdr, 0, in zap_leaf_init()
183 zap_leaf_phys(l)->l_hdr.lh_freelist = in zap_leaf_chunk_alloc()
186 zap_leaf_phys(l)->l_hdr.lh_nfree--; in zap_leaf_chunk_alloc()
204 zap_leaf_phys(l)->l_hdr.lh_nfree++; in zap_leaf_chunk_free()
543 zap_leaf_phys(l)->l_hdr.lh_nentries--; in zap_entry_remove()
621 zap_leaf_phys(l)->l_hdr.lh_nentries++; in zap_entry_create()
750 zap_leaf_phys(l)->l_hdr.lh_nentries--; in zap_leaf_transfer_entry()
751 zap_leaf_phys(nl)->l_hdr.lh_nentries++; in zap_leaf_transfer_entry()
763 zap_leaf_phys(l)->l_hdr.lh_prefix <<= 1; in zap_leaf_split()
764 zap_leaf_phys(l)->l_hdr.lh_prefix_len++; in zap_leaf_split()
[all …]
H A Dzap.c489 ASSERT0(zap_leaf_phys(l)->l_hdr.lh_pad1); in zap_open_leaf()
503 (uintptr_t)zap_leaf_phys(l), ==, l->l_dbuf->db_size); in zap_open_leaf()
612 zap_leaf_phys(*lp)->l_hdr.lh_prefix); in zap_deref_leaf()
623 int old_prefix_len = zap_leaf_phys(l)->l_hdr.lh_prefix_len; in zap_expand_leaf()
629 zap_leaf_phys(l)->l_hdr.lh_prefix); in zap_expand_leaf()
667 zap_leaf_phys(l)->l_hdr.lh_prefix); in zap_expand_leaf()
692 ASSERT3U(zap_leaf_phys(l)->l_hdr.lh_prefix_len, >, 0); in zap_expand_leaf()
1228 zap_leaf_phys(zc->zc_leaf)->l_hdr.lh_prefix_len) != in fzap_cursor_retrieve()
1229 zap_leaf_phys(zc->zc_leaf)->l_hdr.lh_prefix)) { in fzap_cursor_retrieve()
1249 if (zap_leaf_phys(l)->l_hdr.lh_prefix_len == 0) { in fzap_cursor_retrieve()
[all …]
/freebsd-14.2/sys/contrib/openzfs/include/sys/
H A Dzap_leaf.h94 (zap_leaf_phys(l)->l_hash + ZAP_LEAF_HASH_NUMENTRIES(l)))[idx]
110 typedef struct zap_leaf_phys { struct
171 zap_leaf_phys(zap_leaf_t *l) in zap_leaf_phys() function
/freebsd-14.2/sys/cddl/boot/zfs/
H A Dzfsimpl.h1689 typedef struct zap_leaf_phys { struct