Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/vfs/
H A Dvfs_syscalls.c8763 uint32_t vnop_flags; in clonefile_internal() local
8874 vnop_flags = VNODE_CLONEFILE_DEFAULT; in clonefile_internal()
8890 vnop_flags |= VNODE_CLONEFILE_NOOWNERCOPY; in clonefile_internal()
8906 error = VNOP_CLONEFILE(fvp, tdvp, &tvp, cnp, nvap, vnop_flags, ctx); in clonefile_internal()