Home
last modified time | relevance | path

Searched refs:zap_leaf_phys_t (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Dzap_leaf.h129 } zap_leaf_phys_t; typedef
163 inline zap_leaf_phys_t *
239 extern void zap_leaf_byteswap(zap_leaf_phys_t *buf, int len);
/titanic_41/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dzap_leaf.h76 } zap_leaf_phys_t; typedef
/titanic_41/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c626 zap_leaf_array_equal(zap_leaf_phys_t *l, int blksft, int chunk, in zap_leaf_array_equal()
656 zap_leaf_lookup(zap_leaf_phys_t *l, int blksft, uint64_t h, in zap_leaf_lookup()
720 zap_leaf_phys_t *l; in fzap_lookup()
742 l = (zap_leaf_phys_t *)stack; in fzap_lookup()
744 if ((1<<blksft) < sizeof (zap_leaf_phys_t)) in fzap_lookup()
/titanic_41/usr/src/uts/common/fs/zfs/
H A Dzap_leaf.c56 extern inline zap_leaf_phys_t *zap_leaf_phys(zap_leaf_t *l);
106 zap_leaf_byteswap(zap_leaf_phys_t *buf, int size) in zap_leaf_byteswap()
/titanic_41/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c597 zap_leaf_phys_t *zlp = (void *)buf; in zap_leaf()