Lines Matching defs:exp
8 int nfsexp_flags(struct svc_rqst *rqstp, struct svc_export *exp)
11 struct exp_flavor_info *end = exp->ex_flavors + exp->ex_nflavors;
13 for (f = exp->ex_flavors; f < end; f++) {
17 return exp->ex_flags;
21 int nfsd_setuser(struct svc_rqst *rqstp, struct svc_export *exp)
27 int flags = nfsexp_flags(rqstp, exp);
43 new->fsuid = exp->ex_anon_uid;
44 new->fsgid = exp->ex_anon_gid;
50 new->fsuid = exp->ex_anon_uid;
52 new->fsgid = exp->ex_anon_gid;
60 gi->gid[i] = exp->ex_anon_gid;
72 new->fsuid = exp->ex_anon_uid;
74 new->fsgid = exp->ex_anon_gid;