Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/vfs/
H A Dvfs_syscalls.c8797 struct nameidata *tondp = NULL; in clonefile_internal() local
8834 tondp = kalloc_type(struct nameidata, Z_WAITOK | Z_ZERO | Z_NOFAIL); in clonefile_internal()
8836 NDINIT(tondp, CREATE, OP_LINK, follow | WANTPARENT | AUDITVNPATH2, in clonefile_internal()
8839 tondp->ni_flag |= NAMEI_NOFOLLOW_ANY; in clonefile_internal()
8842 if ((error = nameiat(tondp, dst_dirfd))) { in clonefile_internal()
8843 kfree_type(struct nameidata, tondp); in clonefile_internal()
8846 cnp = &tondp->ni_cnd; in clonefile_internal()
8847 tdvp = tondp->ni_dvp; in clonefile_internal()
8848 tvp = tondp->ni_vp; in clonefile_internal()
9030 nameidone(tondp); in clonefile_internal()
[all …]