Symbol: svc_export
fs/nfsd/auth.c
21
int nfsd_setuser(struct svc_cred *cred, struct svc_export *exp)
fs/nfsd/auth.c
8
int nfsexp_flags(struct svc_cred *cred, struct svc_export *exp)
fs/nfsd/auth.h
15
int nfsd_setuser(struct svc_cred *cred, struct svc_export *exp);
fs/nfsd/export.c
1010
static struct svc_export *
fs/nfsd/export.c
1014
struct svc_export *exp = exp_get_by_name(cd, clp, path, NULL);
fs/nfsd/export.c
1038
struct svc_export *exp;
fs/nfsd/export.c
1079
static struct svc_export *exp_find(struct cache_detail *cd,
fs/nfsd/export.c
1083
struct svc_export *exp;
fs/nfsd/export.c
1112
__be32 check_xprtsec_policy(struct svc_export *exp, struct svc_rqst *rqstp)
fs/nfsd/export.c
1149
__be32 check_security_flavor(struct svc_export *exp, struct svc_rqst *rqstp,
fs/nfsd/export.c
1208
__be32 check_nfsd_access(struct svc_export *exp, struct svc_rqst *rqstp,
fs/nfsd/export.c
1228
struct svc_export *
fs/nfsd/export.c
1231
struct svc_export *gssexp, *exp = ERR_PTR(-ENOENT);
fs/nfsd/export.c
1274
struct svc_export *
fs/nfsd/export.c
1280
struct svc_export *gssexp, *exp = ERR_PTR(-ENOENT);
fs/nfsd/export.c
1307
struct svc_export *
fs/nfsd/export.c
1311
struct svc_export *exp = rqst_exp_get_by_name(rqstp, path);
fs/nfsd/export.c
1324
struct svc_export *rqst_find_fsidzero_export(struct svc_rqst *rqstp)
fs/nfsd/export.c
1343
struct svc_export *exp;
fs/nfsd/export.c
1416
static void show_secinfo(struct seq_file *m, struct svc_export *exp)
fs/nfsd/export.c
1468
struct svc_export *exp = container_of(cp, struct svc_export, h);
fs/nfsd/export.c
369
struct svc_export *exp = container_of(to_rcu_work(work),
fs/nfsd/export.c
370
struct svc_export, ex_rwork);
fs/nfsd/export.c
383
struct svc_export *exp = container_of(ref, struct svc_export, h.ref);
fs/nfsd/export.c
399
struct svc_export *exp = container_of(h, struct svc_export, h);
fs/nfsd/export.c
413
static struct svc_export *svc_export_update(struct svc_export *new,
fs/nfsd/export.c
414
struct svc_export *old);
fs/nfsd/export.c
415
static struct svc_export *svc_export_lookup(struct svc_export *);
fs/nfsd/export.c
532
static int secinfo_parse(char **mesg, char *buf, struct svc_export *exp)
fs/nfsd/export.c
573
secinfo_parse(char **mesg, char *buf, struct svc_export *exp) { return 0; }
fs/nfsd/export.c
576
static int xprtsec_parse(char **mesg, char *buf, struct svc_export *exp)
fs/nfsd/export.c
626
struct svc_export exp = {}, *expp;
fs/nfsd/export.c
767
static void show_secinfo(struct seq_file *m, struct svc_export *exp);
fs/nfsd/export.c
783
struct svc_export *exp;
fs/nfsd/export.c
793
exp = container_of(h, struct svc_export, h);
fs/nfsd/export.c
831
struct svc_export *orig = container_of(a, struct svc_export, h);
fs/nfsd/export.c
832
struct svc_export *new = container_of(b, struct svc_export, h);
fs/nfsd/export.c
839
struct svc_export *new = container_of(cnew, struct svc_export, h);
fs/nfsd/export.c
840
struct svc_export *item = container_of(citem, struct svc_export, h);
fs/nfsd/export.c
857
struct svc_export *new = container_of(cnew, struct svc_export, h);
fs/nfsd/export.c
858
struct svc_export *item = container_of(citem, struct svc_export, h);
fs/nfsd/export.c
885
struct svc_export *i = kmalloc_obj(*i);
fs/nfsd/export.c
920
svc_export_hash(struct svc_export *exp)
fs/nfsd/export.c
930
static struct svc_export *
fs/nfsd/export.c
931
svc_export_lookup(struct svc_export *exp)
fs/nfsd/export.c
938
return container_of(ch, struct svc_export, h);
fs/nfsd/export.c
943
static struct svc_export *
fs/nfsd/export.c
944
svc_export_update(struct svc_export *new, struct svc_export *old)
fs/nfsd/export.c
951
return container_of(ch, struct svc_export, h);
fs/nfsd/export.c
982
static struct svc_export *
fs/nfsd/export.c
986
struct svc_export *exp, key;
fs/nfsd/export.h
104
int nfsexp_flags(struct svc_cred *cred, struct svc_export *exp);
fs/nfsd/export.h
105
__be32 check_xprtsec_policy(struct svc_export *exp, struct svc_rqst *rqstp);
fs/nfsd/export.h
106
__be32 check_security_flavor(struct svc_export *exp, struct svc_rqst *rqstp,
fs/nfsd/export.h
108
__be32 check_nfsd_access(struct svc_export *exp, struct svc_rqst *rqstp,
fs/nfsd/export.h
119
struct svc_export * rqst_exp_get_by_name(struct svc_rqst *,
fs/nfsd/export.h
121
struct svc_export * rqst_exp_parent(struct svc_rqst *,
fs/nfsd/export.h
123
struct svc_export * rqst_find_fsidzero_export(struct svc_rqst *);
fs/nfsd/export.h
128
static inline void exp_put(struct svc_export *exp)
fs/nfsd/export.h
133
static inline struct svc_export *exp_get(struct svc_export *exp)
fs/nfsd/export.h
138
struct svc_export *rqst_exp_find(struct cache_req *reqp, struct net *net,
fs/nfsd/nfs3xdr.c
983
struct svc_export *exp;
fs/nfsd/nfs4layouts.c
126
void nfsd4_setup_layout_type(struct svc_export *exp)
fs/nfsd/nfs4proc.c
1124
struct svc_export *exp;
fs/nfsd/nfs4proc.c
2554
nfsd4_layout_verify(struct svc_export *exp, unsigned int layout_type)
fs/nfsd/nfs4proc.c
2578
struct svc_export *exp;
fs/nfsd/nfs4proc.c
88
struct svc_export *exp = cstate->current_fh.fh_export;
fs/nfsd/nfs4state.c
6003
struct svc_export *exp;
fs/nfsd/nfs4xdr.c
2904
struct svc_export *exp)
fs/nfsd/nfs4xdr.c
2907
struct svc_export *exp_ps;
fs/nfsd/nfs4xdr.c
3090
static int nfsd4_get_mounted_on_ino(struct svc_export *exp, u64 *pino)
fs/nfsd/nfs4xdr.c
3144
struct svc_export *exp;
fs/nfsd/nfs4xdr.c
3257
const struct svc_export *exp = args->exp;
fs/nfsd/nfs4xdr.c
3860
struct svc_fh *fhp, struct svc_export *exp,
fs/nfsd/nfs4xdr.c
4116
struct svc_fh *fhp, struct svc_export *exp,
fs/nfsd/nfs4xdr.c
4160
struct svc_export *exp = cd->rd_fhp->fh_export;
fs/nfsd/nfs4xdr.c
5095
nfsd4_encode_SECINFO4resok(struct xdr_stream *xdr, struct svc_export *exp)
fs/nfsd/nfsfh.c
104
struct svc_export *exp)
fs/nfsd/nfsfh.c
119
struct svc_export *exp)
fs/nfsd/nfsfh.c
153
struct svc_export *exp;
fs/nfsd/nfsfh.c
30
struct svc_export *exp = expv;
fs/nfsd/nfsfh.c
323
struct svc_export *exp = NULL;
fs/nfsd/nfsfh.c
483
static void _fh_update(struct svc_fh *fhp, struct svc_export *exp,
fs/nfsd/nfsfh.c
503
static bool is_root_export(struct svc_export *exp)
fs/nfsd/nfsfh.c
508
static struct super_block *exp_sb(struct svc_export *exp)
fs/nfsd/nfsfh.c
513
static bool fsid_type_ok_for_exp(u8 fsid_type, struct svc_export *exp)
fs/nfsd/nfsfh.c
538
static void set_version_and_fsid_type(struct svc_fh *fhp, struct svc_export *exp, struct svc_fh *ref_fh)
fs/nfsd/nfsfh.c
593
fh_compose(struct svc_fh *fhp, struct svc_export *exp, struct dentry *dentry,
fs/nfsd/nfsfh.c
797
struct svc_export * exp = fhp->fh_export;
fs/nfsd/nfsfh.c
92
struct svc_export *exp)
fs/nfsd/nfsfh.h
226
__be32 fh_compose(struct svc_fh *, struct svc_export *, struct dentry *, struct svc_fh *);
fs/nfsd/nfsfh.h
85
struct svc_export * fh_export; /* export pointer */
fs/nfsd/pnfs.h
73
void nfsd4_setup_layout_type(struct svc_export *exp);
fs/nfsd/pnfs.h
85
static inline void nfsd4_setup_layout_type(struct svc_export *exp)
fs/nfsd/stats.h
32
struct svc_export *exp)
fs/nfsd/stats.h
40
struct svc_export *exp, s64 amount)
fs/nfsd/stats.h
48
struct svc_export *exp, s64 amount)
fs/nfsd/trace.h
428
TP_PROTO(const struct svc_export *key,
fs/nfsd/trace.h
449
TP_PROTO(const struct svc_export *key),
fs/nfsd/vfs.c
126
struct svc_export **expp)
fs/nfsd/vfs.c
128
struct svc_export *exp = *expp, *exp2 = NULL;
fs/nfsd/vfs.c
1434
struct svc_export *exp;
fs/nfsd/vfs.c
194
static int nfsd_lookup_parent(struct svc_rqst *rqstp, struct dentry *dparent, struct svc_export **exp, struct dentry **dentryp)
fs/nfsd/vfs.c
196
struct svc_export *exp2;
fs/nfsd/vfs.c
225
int nfsd_mountpoint(struct dentry *dentry, struct svc_export *exp)
fs/nfsd/vfs.c
245
struct svc_export **exp_ret, struct dentry **dentry_ret)
fs/nfsd/vfs.c
247
struct svc_export *exp;
fs/nfsd/vfs.c
2577
static int exp_rdonly(struct svc_cred *cred, struct svc_export *exp)
fs/nfsd/vfs.c
2823
nfsd_permission(struct svc_cred *cred, struct svc_export *exp,
fs/nfsd/vfs.c
318
struct svc_export *exp;
fs/nfsd/vfs.c
826
struct svc_export *export;
fs/nfsd/vfs.h
160
__be32 nfsd_permission(struct svc_cred *cred, struct svc_export *exp,
fs/nfsd/vfs.h
77
struct svc_export **expp);
fs/nfsd/vfs.h
82
struct svc_export **, struct dentry **);
fs/nfsd/vfs.h
85
int nfsd_mountpoint(struct dentry *, struct svc_export *);
fs/nfsd/xdr4.h
476
struct svc_export *si_exp; /* response */
fs/nfsd/xdr4.h
481
struct svc_export *sin_exp; /* response */
fs/nfsd/xdr4.h
955
struct svc_fh *fhp, struct svc_export *exp,