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

/osnet-11/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
/osnet-11/usr/src/grub/grub2/include/grub/zfs/
H A Dzap_leaf.h62 } l_hdr; /* 2 24-byte chunks */ member in struct:zap_leaf_phys
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.h177 ((h) >> (64 - ZAP_LEAF_HASH_SHIFT(bs)-l->l_hdr.lh_prefix_len)))
H A Dfsys_zfs.c604 if (l->l_hdr.lh_block_type != ZBT_LEAF)
606 if (l->l_hdr.lh_magic != ZAP_LEAF_MAGIC)
/osnet-11/usr/src/grub/grub2/grub-core/fs/zfs/
H A Dzfs.c109 & ((h) >> (64 - ZAP_LEAF_HASH_SHIFT (bs) - l->l_hdr.lh_prefix_len)));
2410 if (grub_zfs_to_cpu64 (l->l_hdr.lh_block_type, endian) != ZBT_LEAF)
2412 if (grub_zfs_to_cpu32 (l->l_hdr.lh_magic, endian) != ZAP_LEAF_MAGIC)
2570 if (grub_zfs_to_cpu64 (l->l_hdr.lh_block_type, endian) != ZBT_LEAF)
2575 if (grub_zfs_to_cpu32 (l->l_hdr.lh_magic, endian) != ZAP_LEAF_MAGIC)

Completed in 39 milliseconds