Home
last modified time | relevance | path

Searched refs:VNOP_RMDIR (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.41.6/bsd/sys/
H A Dvnode_if.h935 extern errno_t VNOP_RMDIR(vnode_t, vnode_t, struct componentname *, vfs_context_t);
/xnu-12377.41.6/bsd/vfs/
H A Dkpi_vfs.c5104 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 Dnfs_serv.c4155 error = VNOP_RMDIR(dvp, vp, &ni.ni_cnd, ctx); in nfsrv_rmdir()