Searched refs:svc_export (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/nfsd/
H A Dexport.h94 struct svc_export { struct
110 * svc_export for a given client. There can be several per export,
127 int nfsexp_flags(struct svc_rqst *rqstp, struct svc_export *exp);
128 __be32 check_nfsd_access(struct svc_export *exp, struct svc_rqst *rqstp);
138 struct svc_export * rqst_exp_get_by_name(struct svc_rqst *,
140 struct svc_export * rqst_exp_parent(struct svc_rqst *,
149 static inline void exp_put(struct svc_export *exp)
154 static inline void exp_get(struct svc_export *exp)
158 struct svc_export * rqst_exp_find(struct svc_rqst *, int, u32 *);
H A Dnfsfh.h139 struct svc_export * fh_export; /* export pointer */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dauth.h20 int nfsd_setuser(struct svc_rqst *, struct svc_export *);
H A Dexport.c29 typedef struct svc_export svc_export; typedef in typeref:struct:svc_export
31 static void exp_do_unexport(svc_export *unexp);
323 struct svc_export *exp = container_of(ref, struct svc_export, h.ref);
336 struct svc_export *exp = container_of(h, struct svc_export, h);
355 static struct svc_export *svc_export_update(struct svc_export *new,
356 struct svc_export *ol
[all...]
H A Dvfs.h38 struct svc_export **expp);
43 struct svc_export **, struct dentry **);
46 int nfsd_mountpoint(struct dentry *, struct svc_export *);
95 __be32 nfsd_permission(struct svc_rqst *, struct svc_export *,
H A Dnfsfh.c28 struct svc_export *exp = expv;
87 struct svc_export *exp)
105 struct dentry *dentry, struct svc_export *exp)
143 struct svc_export *exp;
301 struct svc_export *exp;
387 static void _fh_update(struct svc_fh *fhp, struct svc_export *exp,
408 struct svc_export *exp,
418 static bool is_root_export(struct svc_export *exp)
423 static struct super_block *exp_sb(struct svc_export *exp)
428 static bool fsid_type_ok_for_exp(u8 fsid_type, struct svc_export *ex
[all...]
H A Dauth.c7 int nfsexp_flags(struct svc_rqst *rqstp, struct svc_export *exp)
20 int nfsd_setuser(struct svc_rqst *rqstp, struct svc_export *exp)
H A Dvfs.c83 struct svc_export **expp)
85 struct svc_export *exp = *expp, *exp2 = NULL;
140 static int nfsd_lookup_parent(struct svc_rqst *rqstp, struct dentry *dparent, struct svc_export **exp, struct dentry **dentryp)
142 struct svc_export *exp2;
167 int nfsd_mountpoint(struct dentry *dentry, struct svc_export *exp)
179 struct svc_export **exp_ret, struct dentry **dentry_ret)
181 struct svc_export *exp;
253 struct svc_export *exp;
655 struct svc_export *export;
995 struct svc_export *ex
[all...]
H A Dnfsfh.h106 __be32 fh_compose(struct svc_fh *, struct svc_export *, struct dentry *, struct svc_fh *);
H A Dxdr4.h311 struct svc_export *si_exp; /* response */
503 __be32 nfsd4_encode_fattr(struct svc_fh *fhp, struct svc_export *exp,
H A Dnfs4xdr.c1579 static char *nfsd4_path(struct svc_rqst *rqstp, struct svc_export *exp, __be32 *stat)
1611 struct svc_export *exp,
1714 nfsd4_encode_fattr(struct svc_fh *fhp, struct svc_export *exp,
2171 struct svc_export *exp = cd->rd_fhp->fh_export;
2796 struct svc_export *exp = secinfo->si_exp;
H A Dnfs3xdr.c810 struct svc_export *exp;
H A Dnfs4proc.c742 struct svc_export *exp;

Completed in 70 milliseconds