Searched refs:VNOP_REMOVE (Results 1 – 5 of 5) sorted by relevance
| /xnu-12377.41.6/bsd/vfs/ |
| H A D | vfs_xattr.c | 582 (void) VNOP_REMOVE(dvp, svp, &cn, 0, kernelctx); in vnode_relenamedstream() 1230 error = VNOP_REMOVE(dvp, sdvp, &cn, 0, kernelctx); in get_shadow_dir() 2443 (void) VNOP_REMOVE(dvp, rvp, &nd.ni_cnd, 0, context); in remove_xattrfile()
|
| H A D | kpi_vfs.c | 4337 VNOP_REMOVE(vnode_t dvp, vnode_t vp, struct componentname * cnp, int flags, vfs_context_t ctx) in VNOP_REMOVE() function 5302 error = VNOP_REMOVE(dvp, xvp, &nd.ni_cnd, 0, ctx); in xattrfile_remove() 5920 return VNOP_REMOVE(dvp, *vpp, &ndp->ni_cnd, flags, ctx); in vn_remove()
|
| H A D | vfs_syscalls.c | 14908 error = VNOP_REMOVE(snapdvp, ndp->ni_vp, &ndp->ni_cnd, in snapshot_delete()
|
| /xnu-12377.41.6/bsd/sys/ |
| H A D | vnode_if.h | 707 extern errno_t VNOP_REMOVE(vnode_t, vnode_t, struct componentname *, int, vfs_context_t);
|
| /xnu-12377.41.6/bsd/nfs/ |
| H A D | nfs_serv.c | 2698 error = VNOP_REMOVE(dvp, vp, &ni.ni_cnd, 0, ctx); in nfsrv_remove()
|