Lines Matching refs:exp2
125 struct svc_export *exp = *expp, *exp2 = NULL;
145 exp2 = rqst_exp_get_by_name(rqstp, &path);
146 if (IS_ERR(exp2)) {
147 err = PTR_ERR(exp2);
161 (exp->ex_flags & NFSEXP_CROSSMOUNT) || EX_NOHIDE(exp2)) {
171 *expp = exp2;
172 exp2 = exp;
175 exp_put(exp2);
193 struct svc_export *exp2;
199 exp2 = rqst_exp_parent(rqstp, &path);
200 if (PTR_ERR(exp2) == -ENOENT) {
202 } else if (IS_ERR(exp2)) {
204 return PTR_ERR(exp2);
208 *exp = exp2;