Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dvnode_if.h898 struct vnop_compound_mkdir_args { struct
899 struct vnodeop_desc *a_desc;
900 vnode_t a_dvp; /* Directory in which to create */
901 vnode_t *a_vpp; /* Destination for found or created vnode */
902 struct componentname *a_cnp; /* Name of directory to create */
903 struct vnode_attr *a_vap; /* Creation attributes */
904 uint32_t a_flags; /* Control flags (unused) */
905 vfs_context_t a_context; /* Authorization context */
909 void *a_reserved; /* Unused */