Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/vfs/
H A Dvfs_syscalls.c8749 struct nameidata *tondp = NULL; in clonefile_internal() local
8786 tondp = kalloc_type(struct nameidata, Z_WAITOK | Z_ZERO | Z_NOFAIL); in clonefile_internal()
8788 NDINIT(tondp, CREATE, OP_LINK, follow | WANTPARENT | AUDITVNPATH2, in clonefile_internal()
8791 tondp->ni_flag |= NAMEI_NOFOLLOW_ANY; in clonefile_internal()
8794 if ((error = nameiat(tondp, dst_dirfd))) { in clonefile_internal()
8795 kfree_type(struct nameidata, tondp); in clonefile_internal()
8798 cnp = &tondp->ni_cnd; in clonefile_internal()
8799 tdvp = tondp->ni_dvp; in clonefile_internal()
8800 tvp = tondp->ni_vp; in clonefile_internal()
8982 nameidone(tondp); in clonefile_internal()
[all …]