Searched refs:VNOP_CLONEFILE (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.41.6/bsd/sys/ |
| H A D | vnode_if.h | 1442 extern errno_t VNOP_CLONEFILE(vnode_t, vnode_t, vnode_t *, struct componentname *, struct vnode_att…
|
| /xnu-12377.41.6/bsd/vfs/ |
| H A D | kpi_vfs.c | 6041 VNOP_CLONEFILE(vnode_t fvp, vnode_t dvp, vnode_t *vpp, in VNOP_CLONEFILE() function
|
| H A D | vfs_syscalls.c | 9254 error = VNOP_CLONEFILE(fvp, tdvp, &tvp, cnp, nvap, vnop_flags, ctx); in clonefile_internal()
|