nfs_clvnops.c | 138 static vop_remove_t nfs_remove; variable in typeref:typename:vop_remove_t 184 .vop_remove = nfs_remove, 1653 nfs_remove(struct vop_remove_args *ap) function in typeref:typename:int 1662 KASSERT((cnp->cn_flags & HASBUF) != 0, ("nfs_remove: no name")); 1663 KASSERT(vrefcnt(vp) > 0, ("nfs_remove: bad v_usecount")); 1720 * Nfs remove rpc, called from nfs_remove() and ncl_removeit(). 1893 * nfs file rename rpc called from nfs_remove() above
|