Searched refs:vn_remove (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.41.6/bsd/sys/ |
| H A D | vnode_internal.h | 466 errno_t vn_remove(vnode_t dvp, vnode_t *vpp, struct nameidata *ndp, int32_t flags, struct vnode_att…
|
| /xnu-12377.41.6/bsd/vfs/ |
| H A D | kpi_vfs.c | 5915 vn_remove(vnode_t dvp, vnode_t *vpp, struct nameidata *ndp, int32_t flags, struct vnode_attr *vap, … in vn_remove() function
|
| H A D | vfs_syscalls.c | 6621 error = vn_remove(dvp, &ndp->ni_vp, ndp, flags, vap, ctx); in unlinkat_internal() 10718 if (vn_remove(dvp, &vp, ndp, in rmdirat_internal()
|