Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/vfs/
H A Dvfs_syscalls.c8659 uint32_t vnop_flags; in clonefile_internal() local
8770 vnop_flags = VNODE_CLONEFILE_DEFAULT; in clonefile_internal()
8786 vnop_flags |= VNODE_CLONEFILE_NOOWNERCOPY; in clonefile_internal()
8802 error = VNOP_CLONEFILE(fvp, tdvp, &tvp, cnp, nvap, vnop_flags, ctx); in clonefile_internal()