Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dvnode_if.h711 struct vnop_compound_remove_args { struct
712 struct vnodeop_desc *a_desc;
713 vnode_t a_dvp; /* Directory in which to lookup and remove */
714 vnode_t *a_vpp; /* File to remove; may or may not point to NULL pointer */
715 struct componentname *a_cnp; /* Name of file to remove */
716 struct vnode_attr *a_vap; /* Destination for file attributes on successful delete */
717 uint32_t a_flags; /* Control flags (unused) */
718 vfs_context_t a_context; /* Authorization context */
719 int (*a_remove_authorizer)( /* Authorizer callback */
725 void *a_reserved; /* Unused */