Lines Matching defs:exp
8 int nfsexp_flags(struct svc_cred *cred, 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_cred *cred, struct svc_export *exp)
27 int flags = nfsexp_flags(cred, exp);
41 new->fsuid = exp->ex_anon_uid;
42 new->fsgid = exp->ex_anon_gid;
48 new->fsuid = exp->ex_anon_uid;
50 new->fsgid = exp->ex_anon_gid;
58 gi->gid[i] = exp->ex_anon_gid;
70 new->fsuid = exp->ex_anon_uid;
72 new->fsgid = exp->ex_anon_gid;