Searched refs:zap_leaf_phys_t (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dzap_leaf.h49 * If zap_leaf_phys_t is modified, zap_leaf_byteswap() must be modified.
76 } zap_leaf_phys_t; typedef in typeref:struct:zap_leaf_phys
/osnet-11/usr/src/grub/grub2/include/grub/zfs/
H A Dzap_leaf.h46 * If zap_leaf_phys_t is modified, zap_leaf_byteswap() must be modified.
74 } zap_leaf_phys_t; typedef in typeref:struct:zap_leaf_phys
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c567 zap_leaf_array_equal(zap_leaf_phys_t *l, int blksft, int chunk,
589 * Given a zap_leaf_phys_t, walk thru the zap leaf chunks to get the
597 zap_leaf_lookup(zap_leaf_phys_t *l, int blksft, uint64_t h,
661 zap_leaf_phys_t *l;
683 l = (zap_leaf_phys_t *)stack;
685 if ((1<<blksft) < sizeof (zap_leaf_phys_t))
/osnet-11/usr/src/grub/grub2/grub-core/fs/zfs/
H A Dzfs.c106 LEAF_HASH (int bs, grub_uint64_t h, zap_leaf_phys_t *l)
130 ZAP_LEAF_CHUNK (zap_leaf_phys_t *l, int bs, int idx)
138 ZAP_LEAF_ENTRY(zap_leaf_phys_t *l, int bs, int idx)
2341 zap_leaf_array_equal (zap_leaf_phys_t * l, grub_zfs_endian_t endian,
2369 zap_leaf_array_get (zap_leaf_phys_t * l, grub_zfs_endian_t endian, int blksft,
2395 * Given a zap_leaf_phys_t, walk thru the zap leaf chunks to get the
2401 zap_leaf_lookup (zap_leaf_phys_t * l, grub_zfs_endian_t endian,
2501 if ((1U << blksft) < sizeof (zap_leaf_phys_t))
2524 zap_leaf_phys_t *l;
2544 if ((1U << blksft) < sizeof (zap_leaf_phys_t))
[all...]

Completed in 27 milliseconds