Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/vfs/
H A Dvfs_syscalls.c8811 uint32_t vnop_flags; in clonefile_internal() local
8922 vnop_flags = VNODE_CLONEFILE_DEFAULT; in clonefile_internal()
8938 vnop_flags |= VNODE_CLONEFILE_NOOWNERCOPY; in clonefile_internal()
8954 error = VNOP_CLONEFILE(fvp, tdvp, &tvp, cnp, nvap, vnop_flags, ctx); in clonefile_internal()