/src/sys/fs/nfs/client/ |
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
|
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
|
/src/sys/nfs/ |
nfs_vnops.c | 125 { &vop_remove_desc, nfs_remove }, /* remove */ 1693 nfs_remove(void *v) function in typeref:typename:int 1711 panic("nfs_remove: bad vrefcnt(vp)"); 1762 * Nfs remove rpc, called from nfs_remove() and nfs_removeit(). 1881 * nfs file rename rpc called from nfs_remove() above
|
nfs_vnops.c | 125 { &vop_remove_desc, nfs_remove }, /* remove */ 1693 nfs_remove(void *v) function in typeref:typename:int 1711 panic("nfs_remove: bad vrefcnt(vp)"); 1762 * Nfs remove rpc, called from nfs_remove() and nfs_removeit(). 1881 * nfs file rename rpc called from nfs_remove() above
|