Searched refs:VNOP_RMDIR (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.41.6/bsd/sys/ |
| H A D | vnode_if.h | 935 extern errno_t VNOP_RMDIR(vnode_t, vnode_t, struct componentname *, vfs_context_t);
|
| /xnu-12377.41.6/bsd/vfs/ |
| H A D | kpi_vfs.c | 5104 return VNOP_RMDIR(dvp, *vpp, &ndp->ni_cnd, ctx); in vn_rmdir() 5125 VNOP_RMDIR(struct vnode *dvp, struct vnode *vp, struct componentname *cnp, vfs_context_t ctx) in VNOP_RMDIR() function
|
| /xnu-12377.41.6/bsd/nfs/ |
| H A D | nfs_serv.c | 4155 error = VNOP_RMDIR(dvp, vp, &ni.ni_cnd, ctx); in nfsrv_rmdir()
|