Home
last modified time | relevance | path

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

/xnu-11215.61.5/bsd/vfs/
H A Dvfs_syscalls.c8748 struct nameidata *tondp = NULL; in clonefile_internal() local
8785 tondp = kalloc_type(struct nameidata, Z_WAITOK | Z_ZERO | Z_NOFAIL); in clonefile_internal()
8787 NDINIT(tondp, CREATE, OP_LINK, follow | WANTPARENT | AUDITVNPATH2, in clonefile_internal()
8790 tondp->ni_flag |= NAMEI_NOFOLLOW_ANY; in clonefile_internal()
8793 if ((error = nameiat(tondp, dst_dirfd))) { in clonefile_internal()
8794 kfree_type(struct nameidata, tondp); in clonefile_internal()
8797 cnp = &tondp->ni_cnd; in clonefile_internal()
8798 tdvp = tondp->ni_dvp; in clonefile_internal()
8799 tvp = tondp->ni_vp; in clonefile_internal()
8981 nameidone(tondp); in clonefile_internal()
[all …]