Home
last modified time | relevance | path

Searched refs:VNOP_REMOVE (Results 1 – 5 of 5) sorted by relevance

/xnu-12377.41.6/bsd/vfs/
H A Dvfs_xattr.c582 (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 Dkpi_vfs.c4337 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 Dvfs_syscalls.c14908 error = VNOP_REMOVE(snapdvp, ndp->ni_vp, &ndp->ni_cnd, in snapshot_delete()
/xnu-12377.41.6/bsd/sys/
H A Dvnode_if.h707 extern errno_t VNOP_REMOVE(vnode_t, vnode_t, struct componentname *, int, vfs_context_t);
/xnu-12377.41.6/bsd/nfs/
H A Dnfs_serv.c2698 error = VNOP_REMOVE(dvp, vp, &ni.ni_cnd, 0, ctx); in nfsrv_remove()