Home
last modified time | relevance | path

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

/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dzap_impl.h142 } zap_phys_t; typedef
173 inline zap_phys_t *
/freebsd-12.1/stand/libsa/zfs/
H A Dzfsimpl.c2111 zap_phys_t zh = *(zap_phys_t *) zap_scratch; in fzap_lookup()
2121 z.zap_phys = (zap_phys_t *) zap_scratch; in fzap_lookup()
2251 zap_phys_t zh = *(zap_phys_t *) zap_scratch; in fzap_list()
2259 z.zap_phys = (zap_phys_t *) zap_scratch; in fzap_list()
2414 zap_phys_t zh = *(zap_phys_t *) zap_scratch; in fzap_rlookup()
2422 z.zap_phys = (zap_phys_t *) zap_scratch; in fzap_rlookup()
H A Dzfs.c246 offsetof(zap_phys_t, zap_num_leafs), in zfs_readdir()
/freebsd-12.1/sys/cddl/boot/zfs/
H A Dzfsimpl.h1312 } zap_phys_t; typedef
1318 zap_phys_t *zap_phys;
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzap.c54 extern inline zap_phys_t *zap_f_phys(zap_t *zap);
83 zap_phys_t *zp = zap_f_phys(zap); in fzap_upgrade()