Searched refs:gssexp (Results 1 – 1 of 1) sorted by relevance
1159 struct svc_export *gssexp, *exp = ERR_PTR(-ENOENT); in rqst_exp_get_by_name() local1179 gssexp = exp_get_by_name(cd, rqstp->rq_gssclient, path, &rqstp->rq_chandle); in rqst_exp_get_by_name()1180 if (PTR_ERR(gssexp) == -ENOENT) in rqst_exp_get_by_name()1184 return gssexp; in rqst_exp_get_by_name()1208 struct svc_export *gssexp, *exp = ERR_PTR(-ENOENT); in rqst_exp_find() local1227 gssexp = exp_find(cd, gsscl, fsid_type, fsidv, reqp); in rqst_exp_find()1228 if (PTR_ERR(gssexp) == -ENOENT) in rqst_exp_find()1232 return gssexp; in rqst_exp_find()