HomeSort by: relevance | last modified time | path
    Searched defs:refp (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/fs/nfs/server/
nfs_nfsdport.c 1827 struct nfsreferral *refp; local in function:nfsrvd_readdirplus
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 in function:nfsrvd_getattr
206 refp = nfsv4root_getreferral(vp, NULL, 0);
207 if (refp != NULL) {
208 (void) nfsrv_putreferralattr(nd, &attrbits, refp, 1,
  /src/sys/fs/nfs/common/
nfs_commonsubs.c 822 struct nfsreferral *refp; local in function:nfsv4_loadattr
1267 refp = nfsv4root_getreferral(vp, NULL, 0);
1268 if (refp != NULL) {
1271 strcmp(cp2, refp->nfr_srvlist))

Completed in 20 milliseconds