Searched refs:svc_export (Results 1 – 7 of 7) sorted by relevance
| /linux/fs/nfsd/ |
| H A D | export.h | 64 struct svc_export { struct 104 int nfsexp_flags(struct svc_cred *cred, struct svc_export *exp); 105 __be32 check_xprtsec_policy(struct svc_export *exp, struct svc_rqst *rqstp); 106 __be32 check_security_flavor(struct svc_export *exp, struct svc_rqst *rqstp, 108 __be32 check_nfsd_access(struct svc_export *exp, struct svc_rqst *rqstp, 119 struct svc_export * rqst_exp_get_by_name(struct svc_rqst *, 121 struct svc_export * rqst_exp_parent(struct svc_rqst *, 123 struct svc_export * rqst_find_fsidzero_export(struct svc_rqst *); 128 static inline void exp_put(struct svc_export *exp) in exp_put() 133 static inline struct svc_export *exp_get(struct svc_export *exp) in exp_get() [all …]
|
| H A D | export.c | 369 struct svc_export *exp = container_of(to_rcu_work(work), in svc_export_release() 370 struct svc_export, ex_rwork); in svc_export_release() 383 struct svc_export *exp = container_of(ref, struct svc_export, h.ref); in svc_export_put() 399 struct svc_export *exp = container_of(h, struct svc_export, h); in svc_export_request() 413 static struct svc_export *svc_export_update(struct svc_export *new, 414 struct svc_export *old); 415 static struct svc_export *svc_export_lookup(struct svc_export *); 532 static int secinfo_parse(char **mesg, char *buf, struct svc_export *exp) in secinfo_parse() 573 secinfo_parse(char **mesg, char *buf, struct svc_export *exp) { return 0; } in secinfo_parse() 576 static int xprtsec_parse(char **mesg, char *buf, struct svc_export *exp) in xprtsec_parse() [all …]
|
| H A D | vfs.h | 77 struct svc_export **expp); 82 struct svc_export **, struct dentry **); 85 int nfsd_mountpoint(struct dentry *, struct svc_export *); 160 __be32 nfsd_permission(struct svc_cred *cred, struct svc_export *exp,
|
| H A D | auth.c | 8 int nfsexp_flags(struct svc_cred *cred, struct svc_export *exp) in nfsexp_flags() 21 int nfsd_setuser(struct svc_cred *cred, struct svc_export *exp) in nfsd_setuser()
|
| H A D | auth.h | 15 int nfsd_setuser(struct svc_cred *cred, struct svc_export *exp);
|
| H A D | nfsfh.h | 85 struct svc_export * fh_export; /* export pointer */ 226 __be32 fh_compose(struct svc_fh *, struct svc_export *, struct dentry *, struct svc_fh *);
|
| H A D | nfs4xdr.c | 2905 struct svc_export *exp) in nfsd4_encode_fs_locations4() 2908 struct svc_export *exp_ps; in nfsd4_encode_fs_locations4() 3091 static int nfsd4_get_mounted_on_ino(struct svc_export *exp, u64 *pino) in nfsd4_get_mounted_on_ino() 3145 struct svc_export *exp; 3258 const struct svc_export *exp = args->exp; in nfsd4_encode_fattr4_change() 3861 struct svc_fh *fhp, struct svc_export *exp, in nfsd4_encode_fattr4() 4117 struct svc_fh *fhp, struct svc_export *exp, in nfsd4_encode_fattr_to_buf() 4161 struct svc_export *exp = cd->rd_fhp->fh_export; in nfsd4_encode_entry4_fattr() 5096 nfsd4_encode_SECINFO4resok(struct xdr_stream *xdr, struct svc_export *exp) in nfsd4_encode_SECINFO4resok()
|