Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dvnode_if.h1396 extern errno_t VNOP_COPYFILE(vnode_t, vnode_t, vnode_t, struct componentname *, int, int, vfs_conte…
/xnu-12377.41.6/bsd/vfs/
H A Dkpi_vfs.c5998 VNOP_COPYFILE(struct vnode *fvp, struct vnode *tdvp, struct vnode *tvp, struct componentname *tcnp, in VNOP_COPYFILE() function
H A Dvfs_syscalls.c9057 error = VNOP_COPYFILE(fvp, tdvp, tvp, &tond.ni_cnd, uap->mode, uap->flags, ctx); in copyfile()