Home
last modified time | relevance | path

Searched defs:vnop_clonefile_args (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.41.6/bsd/sys/
H A Dvnode_if.h1405 struct vnop_clonefile_args { struct
1406 struct vnodeop_desc *a_desc;
1407 vnode_t a_fvp;
1408 vnode_t a_dvp;
1409 vnode_t *a_vpp;
1410 struct componentname *a_cnp;
1411 struct vnode_attr *a_vap;
1412 uint32_t a_flags;
1413 vfs_context_t a_context;
1414 int (*a_dir_clone_authorizer)( /* Authorization callback */
[all …]