Searched refs:svc_export (Results 1 – 9 of 9) sorted by relevance
/linux-2.4.37.9/fs/nfsd/ |
D | export.c | 34 typedef struct svc_export svc_export; typedef 36 static svc_export * exp_parent(svc_client *clp, kdev_t dev, 38 static svc_export * exp_child(svc_client *clp, kdev_t dev, 41 static void exp_do_unexport(svc_export *unexp); 72 svc_export * 82 svc_export *exp = list_entry(p, svc_export, ex_hash); in exp_get() 93 svc_export * 103 svc_export *exp = list_entry(p, svc_export, ex_fsid_hash); in exp_get_fsid() 113 static svc_export * 120 svc_export *exp = list_entry(p, svc_export, ex_hash); in exp_parent() [all …]
|
D | auth.c | 15 nfsd_setuser(struct svc_rqst *rqstp, struct svc_export *exp) in nfsd_setuser()
|
D | nfsfh.c | 533 struct svc_export *exp; in fh_verify() 744 inline int _fh_update(struct dentry *dentry, struct svc_export *exp, in _fh_update() 780 inline void _fh_update_old(struct dentry *dentry, struct svc_export *exp, in _fh_update_old() 791 fh_compose(struct svc_fh *fhp, struct svc_export *exp, struct dentry *dentry, struct svc_fh *ref_fh) in fh_compose()
|
D | vfs.c | 96 struct svc_export *exp; in nfsd_lookup() 123 struct svc_export *exp2 = NULL; in nfsd_lookup() 153 struct svc_export *exp2 = NULL; in nfsd_lookup() 375 struct svc_export *export; in nfsd_access() 688 struct svc_export *exp; in nfsd_write() 1504 nfsd_permission(struct svc_export *exp, struct dentry *dentry, int acc) in nfsd_permission()
|
D | nfs3xdr.c | 705 struct svc_export *exp; in encode_entry()
|
/linux-2.4.37.9/include/linux/nfsd/ |
D | export.h | 63 struct svc_export { struct 68 struct svc_export * ex_parent; argument 98 struct svc_export * exp_get(struct svc_client *clp, kdev_t dev, ino_t ino); argument 99 struct svc_export * exp_get_fsid(struct svc_client *clp, int fsid);
|
D | auth.h | 24 void nfsd_setuser(struct svc_rqst *, struct svc_export *);
|
D | nfsfh.h | 150 struct svc_export * fh_export; /* export pointer */ 202 int fh_compose(struct svc_fh *, struct svc_export *, struct dentry *, struct svc_fh *);
|
D | nfsd.h | 128 int nfsd_permission(struct svc_export *, struct dentry *, int);
|