Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dvnode_internal.h466 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 Dkpi_vfs.c5915 vn_remove(vnode_t dvp, vnode_t *vpp, struct nameidata *ndp, int32_t flags, struct vnode_attr *vap, … in vn_remove() function
H A Dvfs_syscalls.c6621 error = vn_remove(dvp, &ndp->ni_vp, ndp, flags, vap, ctx); in unlinkat_internal()
10718 if (vn_remove(dvp, &vp, ndp, in rmdirat_internal()