Searched refs:gssexp (Results 1 – 1 of 1) sorted by relevance
1136 struct svc_export *gssexp, *exp = ERR_PTR(-ENOENT); in rqst_exp_get_by_name() local1156 gssexp = exp_get_by_name(cd, rqstp->rq_gssclient, path, &rqstp->rq_chandle); in rqst_exp_get_by_name()1157 if (PTR_ERR(gssexp) == -ENOENT) in rqst_exp_get_by_name()1161 return gssexp; in rqst_exp_get_by_name()1167 struct svc_export *gssexp, *exp = ERR_PTR(-ENOENT); in rqst_exp_find() local1188 gssexp = exp_find(cd, rqstp->rq_gssclient, fsid_type, fsidv, in rqst_exp_find()1190 if (PTR_ERR(gssexp) == -ENOENT) in rqst_exp_find()1194 return gssexp; in rqst_exp_find()