Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dvnode_if.h1442 extern errno_t VNOP_CLONEFILE(vnode_t, vnode_t, vnode_t *, struct componentname *, struct vnode_att…
/xnu-12377.41.6/bsd/vfs/
H A Dkpi_vfs.c6041 VNOP_CLONEFILE(vnode_t fvp, vnode_t dvp, vnode_t *vpp, in VNOP_CLONEFILE() function
H A Dvfs_syscalls.c9254 error = VNOP_CLONEFILE(fvp, tdvp, &tvp, cnp, nvap, vnop_flags, ctx); in clonefile_internal()