Searched refs:VNOP_MKDIR (Results 1 – 4 of 4) sorted by relevance
| /xnu-12377.41.6/bsd/sys/ |
| H A D | vnode_if.h | 893 extern errno_t VNOP_MKDIR(vnode_t, vnode_t *, struct componentname *, struct vnode_attr *, vfs_cont…
|
| /xnu-12377.41.6/bsd/vfs/ |
| H A D | vfs_xattr.c | 1261 error = VNOP_MKDIR(dvp, &sdvp, &cn, &va, kernelctx); in get_shadow_dir()
|
| H A D | kpi_vfs.c | 4997 return VNOP_MKDIR(dvp, vpp, &ndp->ni_cnd, vap, ctx); in vn_mkdir() 5018 VNOP_MKDIR(struct vnode *dvp, struct vnode **vpp, struct componentname *cnp, in VNOP_MKDIR() function
|
| /xnu-12377.41.6/bsd/nfs/ |
| H A D | nfs_serv.c | 3946 error = VNOP_MKDIR(dvp, &vp, &ni.ni_cnd, vap, ctx); in nfsrv_mkdir()
|