OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:refp
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/fs/nfs/common/
nfs_commonsubs.c
822
struct nfsreferral *
refp
;
local
1267
refp
= nfsv4root_getreferral(vp, NULL, 0);
1268
if (
refp
!= NULL) {
1271
strcmp(cp2,
refp
->nfr_srvlist))
/src/sys/fs/nfs/server/
nfs_nfsdport.c
1827
struct nfsreferral *
refp
;
local
2097
refp
= NULL;
2106
refp
= nfsv4root_getreferral(NULL,
2108
if (
refp
== NULL) {
2178
if (
refp
== NULL &&
2247
if (
refp
!= NULL) {
2249
&savbits,
refp
, 0,
nfs_nfsdserv.c
186
struct nfsreferral *
refp
;
local
206
refp
= nfsv4root_getreferral(vp, NULL, 0);
207
if (
refp
!= NULL) {
208
(void) nfsrv_putreferralattr(nd, &attrbits,
refp
, 1,
Completed in 21 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026