Home
last modified time | relevance | path

Searched refs:zap_phys_t (Results 1 – 7 of 7) sorted by relevance

/titanic_53/usr/src/uts/common/fs/zfs/sys/
H A Dzap_impl.h140 } zap_phys_t; typedef
171 inline zap_phys_t *
/titanic_53/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dzap_impl.h109 } zap_phys_t; typedef
/titanic_53/usr/src/boot/sys/boot/zfs/
H A Dzfsimpl.c1457 zap_phys_t zh = *(zap_phys_t *) zap_scratch; in fzap_lookup()
1467 z.zap_phys = (zap_phys_t *) zap_scratch; in fzap_lookup()
1593 zap_phys_t zh = *(zap_phys_t *) zap_scratch; in fzap_list()
1601 z.zap_phys = (zap_phys_t *) zap_scratch; in fzap_list()
1756 zap_phys_t zh = *(zap_phys_t *) zap_scratch; in fzap_rlookup()
1764 z.zap_phys = (zap_phys_t *) zap_scratch; in fzap_rlookup()
H A Dzfs.c253 offsetof(zap_phys_t, zap_num_leafs), in zfs_readdir()
/titanic_53/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h1296 } zap_phys_t; typedef
1302 zap_phys_t *zap_phys;
/titanic_53/usr/src/uts/common/fs/zfs/
H A Dzap.c54 extern inline zap_phys_t *zap_f_phys(zap_t *zap);
79 zap_phys_t *zp; in fzap_upgrade()
/titanic_53/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c721 fzap_lookup(dnode_phys_t *zap_dnode, zap_phys_t *zap, in fzap_lookup()