OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tdirp
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/nfs/
nfs_serv.c
1916
struct vnode *fdirp = NULL, *
tdirp
= NULL;
local
2010
&dpos, &
tdirp
, (v3 ? &tdirfor_ret : NULL), &tdirfor,
2113
if (
tdirp
) {
2115
vn_lock(
tdirp
, LK_SHARED | LK_RETRY);
2116
tdiraft_ret = VOP_GETATTR(
tdirp
, &tdiraft, cred);
2117
VOP_UNLOCK(
tdirp
);
2119
vrele(
tdirp
);
2120
tdirp
= NULL;
2138
if (
tdirp
)
2139
vrele(
tdirp
);
[
all
...]
/src/sys/fs/nfs/server/
nfs_nfsdserv.c
1454
vnode_t fdirp = NULL,
tdirp
= NULL, tdp = NULL;
local
1579
nd->nd_repstat = nfsvno_namei(nd, &tond, tdp, 0, &tnes, p, &
tdirp
);
1585
if (
tdirp
)
1586
tdiraft_ret = nfsvno_getattr(
tdirp
, &tdiraft, nd->nd_cred, p,
1590
if (
tdirp
)
1591
vrele(
tdirp
);
Completed in 19 milliseconds
Indexes created Mon Feb 23 16:20:21 UTC 2026