Home
last modified time | relevance | path

Searched refs:gssexp (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/fs/nfsd/
Dexport.c1080 struct svc_export *gssexp, *exp = ERR_PTR(-ENOENT); in rqst_exp_get_by_name() local
1100 gssexp = exp_get_by_name(cd, rqstp->rq_gssclient, path, &rqstp->rq_chandle); in rqst_exp_get_by_name()
1101 if (PTR_ERR(gssexp) == -ENOENT) in rqst_exp_get_by_name()
1105 return gssexp; in rqst_exp_get_by_name()
1111 struct svc_export *gssexp, *exp = ERR_PTR(-ENOENT); in rqst_exp_find() local
1132 gssexp = exp_find(cd, rqstp->rq_gssclient, fsid_type, fsidv, in rqst_exp_find()
1134 if (PTR_ERR(gssexp) == -ENOENT) in rqst_exp_find()
1138 return gssexp; in rqst_exp_find()