Lines Matching refs:exp2
62 struct svc_export *exp = *expp, *exp2 = NULL;
78 exp2 = rqst_exp_get_by_name(rqstp, &path);
79 if (IS_ERR(exp2)) {
80 err = PTR_ERR(exp2);
94 (exp->ex_flags & NFSEXP_CROSSMOUNT) || EX_NOHIDE(exp2)) {
104 *expp = exp2;
105 exp2 = exp;
108 exp_put(exp2);
126 struct svc_export *exp2;
132 exp2 = rqst_exp_parent(rqstp, &path);
133 if (PTR_ERR(exp2) == -ENOENT) {
135 } else if (IS_ERR(exp2)) {
137 return PTR_ERR(exp2);
141 *exp = exp2;