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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzap_leaf.c52 (64 - ZAP_LEAF_HASH_SHIFT(l) - zap_leaf_phys(l)->l_hdr.lh_prefix_len)))
116 buf->l_hdr.lh_block_type = BSWAP_64(buf->l_hdr.lh_block_type);
117 buf->l_hdr.lh_prefix = BSWAP_64(buf->l_hdr.lh_prefix);
118 buf->l_hdr.lh_magic = BSWAP_32(buf->l_hdr.lh_magic);
119 buf->l_hdr.lh_nfree = BSWAP_16(buf->l_hdr.lh_nfree);
120 buf->l_hdr
[all...]
H A Dzap.c489 ASSERT0(zap_leaf_phys(l)->l_hdr.lh_pad1);
545 ASSERT3U(zap_leaf_phys(l)->l_hdr.lh_block_type, ==, ZBT_LEAF);
546 ASSERT3U(zap_leaf_phys(l)->l_hdr.lh_magic, ==, ZAP_LEAF_MAGIC);
606 ZAP_HASH_IDX(h, zap_leaf_phys(*lp)->l_hdr.lh_prefix_len) ==
607 zap_leaf_phys(*lp)->l_hdr.lh_prefix);
620 int old_prefix_len = zap_leaf_phys(l)->l_hdr.lh_prefix_len;
626 zap_leaf_phys(l)->l_hdr.lh_prefix);
654 if (zap_leaf_phys(l)->l_hdr.lh_prefix_len != old_prefix_len) {
663 zap_leaf_phys(l)->l_hdr.lh_prefix);
687 if (hash & (1ULL << (64 - zap_leaf_phys(l)->l_hdr
[all...]
/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dzap_leaf.h65 } l_hdr; /* 2 24-byte chunks */ member in struct:zap_leaf_phys
/illumos-gate/usr/src/cmd/sgs/include/
H A Dprofile.h47 typedef struct l_hdr { /* Linker profile buffer header */ struct
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzap_leaf.h118 } l_hdr; /* 2 24-byte chunks */ member in struct:zap_leaf_phys
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.h191 ((h) >> (64 - ZAP_LEAF_HASH_SHIFT(bs)-l->l_hdr.lh_prefix_len)))
H A Dfsys_zfs.c667 if (l->l_hdr.lh_block_type != ZBT_LEAF)
669 if (l->l_hdr.lh_magic != ZAP_LEAF_MAGIC)
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dgprof.c1621 L_hdr l_hdr; local
1629 if (fread(&l_hdr, sizeof (L_hdr), 1, pfile) == 0) {
1633 if (l_hdr.hd_version != PRF_VERSION) {
1638 whoami, PRF_VERSION, l_hdr.hd_version);
1642 tmp.highpc = (pctype)(uintptr_t)l_hdr.hd_hpc;
1643 tmp.ncnt = hdrsize + l_hdr.hd_psize;
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c628 if (zlp->l_hdr.lh_block_type != ZBT_LEAF ||
629 zlp->l_hdr.lh_magic != ZAP_LEAF_MAGIC) {
635 mdb_printf(" lh_prefix_len = %u\n", zlp->l_hdr.lh_prefix_len);
636 mdb_printf(" lh_prefix = %llx\n", zlp->l_hdr.lh_prefix);
637 mdb_printf(" lh_nentries = %u\n", zlp->l_hdr.lh_nentries);
638 mdb_printf(" lh_nfree = %u\n", zlp->l_hdr.lh_nfree,
639 zlp->l_hdr.lh_nfree * 100 / (ZAP_LEAF_NUMCHUNKS(&l)));
640 mdb_printf(" lh_freelist = %u\n", zlp->l_hdr.lh_freelist);
641 mdb_printf(" lh_flags = %x (%s)\n", zlp->l_hdr.lh_flags,
642 zlp->l_hdr
[all...]
/illumos-gate/usr/src/boot/sys/boot/zfs/
H A Dzfsimpl.c1450 if (zl.l_phys->l_hdr.lh_prefix_len > 0
1451 && zl.l_phys->l_hdr.lh_prefix
1452 != hash >> (64 - zl.l_phys->l_hdr.lh_prefix_len))
1458 int shift = (64 - ZAP_LEAF_HASH_SHIFT(&zl) - zl.l_phys->l_hdr.lh_prefix_len);
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h1341 } l_hdr; /* 2 24-byte chunks */ member in struct:zap_leaf_phys

Completed in 111 milliseconds