Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/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.c499 ASSERT0(zap_leaf_phys(l)->l_hdr.lh_pad1); in zap_open_leaf()
509 &zap_leaf_phys(l)->l_hash[ZAP_LEAF_HASH_NUMENTRIES(l)]); in zap_open_leaf()
513 (uintptr_t)zap_leaf_phys(l), ==, l->l_dbuf->db_size); in zap_open_leaf()
614 zap_leaf_phys(*lp)->l_hdr.lh_prefix); in zap_deref_leaf()
625 int old_prefix_len = zap_leaf_phys(l)->l_hdr.lh_prefix_len; in zap_expand_leaf()
631 zap_leaf_phys(l)->l_hdr.lh_prefix); in zap_expand_leaf()
668 zap_leaf_phys(l)->l_hdr.lh_prefix); in zap_expand_leaf()
712 zap_leaf_phys(l)->l_hdr.lh_nfree < ZAP_LEAF_LOW_WATER); in zap_put_leaf_maybe_grow_ptrtbl()
1218 zap_leaf_phys(zc->zc_leaf)->l_hdr.lh_prefix_len) != in fzap_cursor_retrieve()
1219 zap_leaf_phys(zc->zc_leaf)->l_hdr.lh_prefix)) { in fzap_cursor_retrieve()
[all …]
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzap_leaf.h87 (zap_leaf_phys(l)->l_hash + ZAP_LEAF_HASH_NUMENTRIES(l)))[idx]
103 typedef struct zap_leaf_phys { struct
164 zap_leaf_phys(zap_leaf_t *l) in zap_leaf_phys() function
/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dzap_leaf.h49 typedef struct zap_leaf_phys { struct
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h1522 typedef struct zap_leaf_phys { struct