OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nfs_remove
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/fs/nfs/client/
nfs_clvnops.c
138
static vop_remove_t
nfs_remove
;
variable
184
.vop_remove =
nfs_remove
,
1653
nfs_remove
(struct vop_remove_args *ap)
function
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
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
Completed in 18 milliseconds
Indexes created Sat Feb 21 01:20:28 UTC 2026