Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzap_leaf.c165 zap_memset(&zap_leaf_phys(l)->l_hdr, 0, in zap_leaf_init()
194 zap_leaf_phys(l)->l_hdr.lh_freelist = in zap_leaf_chunk_alloc()
197 zap_leaf_phys(l)->l_hdr.lh_nfree--; in zap_leaf_chunk_alloc()
215 zap_leaf_phys(l)->l_hdr.lh_nfree++; in zap_leaf_chunk_free()
552 zap_leaf_phys(l)->l_hdr.lh_nentries--; in zap_entry_remove()
630 zap_leaf_phys(l)->l_hdr.lh_nentries++; in zap_entry_create()
760 zap_leaf_phys(l)->l_hdr.lh_nentries--; in zap_leaf_transfer_entry()
761 zap_leaf_phys(nl)->l_hdr.lh_nentries++; in zap_leaf_transfer_entry()
773 zap_leaf_phys(l)->l_hdr.lh_prefix <<= 1; in zap_leaf_split()
774 zap_leaf_phys(l)->l_hdr.lh_prefix_len++; in zap_leaf_split()
[all …]
H A Dzap.c498 ASSERT0(zap_leaf_phys(l)->l_hdr.lh_pad1); in zap_open_leaf()
512 (uintptr_t)zap_leaf_phys(l), ==, l->l_dbuf->db_size); in zap_open_leaf()
623 zap_leaf_phys(*lp)->l_hdr.lh_prefix); in zap_deref_leaf()
634 int old_prefix_len = zap_leaf_phys(l)->l_hdr.lh_prefix_len; in zap_expand_leaf()
640 zap_leaf_phys(l)->l_hdr.lh_prefix); in zap_expand_leaf()
677 zap_leaf_phys(l)->l_hdr.lh_prefix); in zap_expand_leaf()
702 ASSERT3U(zap_leaf_phys(l)->l_hdr.lh_prefix_len, >, 0); in zap_expand_leaf()
1238 zap_leaf_phys(zc->zc_leaf)->l_hdr.lh_prefix_len) != in fzap_cursor_retrieve()
1239 zap_leaf_phys(zc->zc_leaf)->l_hdr.lh_prefix)) { in fzap_cursor_retrieve()
1259 if (zap_leaf_phys(l)->l_hdr.lh_prefix_len == 0) { in fzap_cursor_retrieve()
[all …]
/f-stack/freebsd/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