Searched refs:l_hdr (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzap_leaf.c54 (64 - ZAP_LEAF_HASH_SHIFT(l) - zap_leaf_phys(l)->l_hdr.lh_prefix_len)))
117 buf->l_hdr.lh_block_type = BSWAP_64(buf->l_hdr.lh_block_type);
118 buf->l_hdr.lh_prefix = BSWAP_64(buf->l_hdr.lh_prefix);
119 buf->l_hdr.lh_magic = BSWAP_32(buf->l_hdr.lh_magic);
120 buf->l_hdr.lh_nfree = BSWAP_16(buf->l_hdr.lh_nfree);
121 buf->l_hdr
[all...]
H A Dzap.c469 ASSERT0(zap_leaf_phys(l)->l_hdr.lh_pad1);
523 ASSERT3U(zap_leaf_phys(l)->l_hdr.lh_block_type, ==, ZBT_LEAF);
524 ASSERT3U(zap_leaf_phys(l)->l_hdr.lh_magic, ==, ZAP_LEAF_MAGIC);
583 ZAP_HASH_IDX(h, zap_leaf_phys(*lp)->l_hdr.lh_prefix_len) ==
584 zap_leaf_phys(*lp)->l_hdr.lh_prefix);
595 int old_prefix_len = zap_leaf_phys(l)->l_hdr.lh_prefix_len;
601 zap_leaf_phys(l)->l_hdr.lh_prefix);
629 if (zap_leaf_phys(l)->l_hdr.lh_prefix_len != old_prefix_len) {
638 zap_leaf_phys(l)->l_hdr.lh_prefix);
663 if (hash & (1ULL << (64 - zap_leaf_phys(l)->l_hdr
[all...]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dzap_leaf.h118 } l_hdr; /* 2 24-byte chunks */ member in struct:zap_leaf_phys
/freebsd-11-stable/stand/libsa/zfs/
H A Dzfsimpl.c1564 if (zl.l_phys->l_hdr.lh_prefix_len > 0
1565 && zl.l_phys->l_hdr.lh_prefix
1566 != hash >> (64 - zl.l_phys->l_hdr.lh_prefix_len))
1572 int shift = (64 - ZAP_LEAF_HASH_SHIFT(&zl) - zl.l_phys->l_hdr.lh_prefix_len);
/freebsd-11-stable/sys/cddl/boot/zfs/
H A Dzfsimpl.h1390 } l_hdr; /* 2 24-byte chunks */ member in struct:zap_leaf_phys

Completed in 111 milliseconds