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

/freebsd-10.1-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzap_leaf.c51 ((h) >> (64 - ZAP_LEAF_HASH_SHIFT(l)-(l)->l_phys->l_hdr.lh_prefix_len)))
111 buf->l_hdr.lh_block_type = BSWAP_64(buf->l_hdr.lh_block_type);
112 buf->l_hdr.lh_prefix = BSWAP_64(buf->l_hdr.lh_prefix);
113 buf->l_hdr.lh_magic = BSWAP_32(buf->l_hdr.lh_magic);
114 buf->l_hdr.lh_nfree = BSWAP_16(buf->l_hdr.lh_nfree);
115 buf->l_hdr
[all...]
H A Dzap.c479 ASSERT0(l->l_phys->l_hdr.lh_pad1);
534 ASSERT3U(l->l_phys->l_hdr.lh_block_type, ==, ZBT_LEAF);
535 ASSERT3U(l->l_phys->l_hdr.lh_magic, ==, ZAP_LEAF_MAGIC);
587 ASSERT(err || ZAP_HASH_IDX(h, (*lp)->l_phys->l_hdr.lh_prefix_len) ==
588 (*lp)->l_phys->l_hdr.lh_prefix);
600 int old_prefix_len = l->l_phys->l_hdr.lh_prefix_len;
606 l->l_phys->l_hdr.lh_prefix);
634 if (l->l_phys->l_hdr.lh_prefix_len != old_prefix_len) {
643 l->l_phys->l_hdr.lh_prefix);
667 if (hash & (1ULL << (64 - l->l_phys->l_hdr
[all...]
/freebsd-10.1-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dzap_leaf.h117 } l_hdr; /* 2 24-byte chunks */ member in struct:zap_leaf_phys
/freebsd-10.1-release/sys/boot/zfs/
H A Dzfsimpl.c1407 if (zl.l_phys->l_hdr.lh_prefix_len > 0
1408 && zl.l_phys->l_hdr.lh_prefix
1409 != hash >> (64 - zl.l_phys->l_hdr.lh_prefix_len))
1415 int shift = (64 - ZAP_LEAF_HASH_SHIFT(&zl) - zl.l_phys->l_hdr.lh_prefix_len);
/freebsd-10.1-release/sys/cddl/boot/zfs/
H A Dzfsimpl.h1281 } l_hdr; /* 2 24-byte chunks */ member in struct:zap_leaf_phys

Completed in 142 milliseconds