Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/vfs/
H A Dvfs_syscalls.c8645 struct nameidata *tondp = NULL; in clonefile_internal() local
8682 tondp = kalloc_type(struct nameidata, Z_WAITOK | Z_ZERO | Z_NOFAIL); in clonefile_internal()
8684 NDINIT(tondp, CREATE, OP_LINK, follow | WANTPARENT | AUDITVNPATH2, in clonefile_internal()
8687 tondp->ni_flag |= NAMEI_NOFOLLOW_ANY; in clonefile_internal()
8690 if ((error = nameiat(tondp, dst_dirfd))) { in clonefile_internal()
8691 kfree_type(struct nameidata, tondp); in clonefile_internal()
8694 cnp = &tondp->ni_cnd; in clonefile_internal()
8695 tdvp = tondp->ni_dvp; in clonefile_internal()
8696 tvp = tondp->ni_vp; in clonefile_internal()
8878 nameidone(tondp); in clonefile_internal()
[all …]