Home
last modified time | relevance | path

Searched refs:svc_fh (Results 1 – 12 of 12) sorted by relevance

/linux-2.4.37.9/include/linux/nfsd/
Dnfsd.h52 struct svc_fh * dirfh;
79 int fh_lock_parent(struct svc_fh *, struct dentry *);
82 int nfsd_lookup(struct svc_rqst *, struct svc_fh *,
83 const char *, int, struct svc_fh *);
84 int nfsd_setattr(struct svc_rqst *, struct svc_fh *,
86 int nfsd_create(struct svc_rqst *, struct svc_fh *,
88 int type, dev_t rdev, struct svc_fh *res);
90 int nfsd_access(struct svc_rqst *, struct svc_fh *, u32 *);
91 int nfsd_create_v3(struct svc_rqst *, struct svc_fh *,
93 struct svc_fh *res, int createmode,
[all …]
Dxdr3.h15 struct svc_fh fh;
22 struct svc_fh fh;
28 struct svc_fh fh;
33 struct svc_fh fh;
39 svc_fh fh;
48 struct svc_fh fh;
57 struct svc_fh fh;
66 struct svc_fh ffh;
69 struct svc_fh tfh;
75 struct svc_fh ffh;
[all …]
Dxdr.h14 struct svc_fh fh;
18 struct svc_fh fh;
23 struct svc_fh fh;
29 struct svc_fh fh;
36 svc_fh fh;
45 struct svc_fh fh;
52 struct svc_fh ffh;
55 struct svc_fh tfh;
61 struct svc_fh ffh;
62 struct svc_fh tfh;
[all …]
Dnfsfh.h147 typedef struct svc_fh { struct
178 } svc_fh; argument
183 inline static char * SVCFH_fmt(struct svc_fh *fhp) in SVCFH_fmt()
201 u32 fh_verify(struct svc_rqst *, struct svc_fh *, int, int);
202 int fh_compose(struct svc_fh *, struct svc_export *, struct dentry *, struct svc_fh *);
203 int fh_update(struct svc_fh *);
204 void fh_put(struct svc_fh *);
206 static __inline__ struct svc_fh *
207 fh_copy(struct svc_fh *dst, struct svc_fh *src) in fh_copy()
219 static __inline__ struct svc_fh *
[all …]
/linux-2.4.37.9/fs/nfsd/
Dvfs.c93 nfsd_lookup(struct svc_rqst *rqstp, struct svc_fh *fhp, const char *name, in nfsd_lookup()
94 int len, struct svc_fh *resfh) in nfsd_lookup()
193 nfsd_setattr(struct svc_rqst *rqstp, struct svc_fh *fhp, struct iattr *iap, in nfsd_setattr()
372 nfsd_access(struct svc_rqst *rqstp, struct svc_fh *fhp, u32 *access) in nfsd_access()
433 nfsd_open(struct svc_rqst *rqstp, struct svc_fh *fhp, int type, in nfsd_open()
619 nfsd_read(struct svc_rqst *rqstp, struct svc_fh *fhp, loff_t offset, in nfsd_read()
685 nfsd_write(struct svc_rqst *rqstp, struct svc_fh *fhp, loff_t offset, in nfsd_write()
812 nfsd_commit(struct svc_rqst *rqstp, struct svc_fh *fhp, in nfsd_commit()
842 nfsd_create(struct svc_rqst *rqstp, struct svc_fh *fhp, in nfsd_create()
844 int type, dev_t rdev, struct svc_fh *resfhp) in nfsd_create()
[all …]
Dnfs3xdr.c53 decode_fh(u32 *p, struct svc_fh *fhp) in decode_fh()
67 encode_fh(u32 *p, struct svc_fh *fhp) in encode_fh()
157 encode_fattr3(struct svc_rqst *rqstp, u32 *p, struct svc_fh *fhp) in encode_fattr3()
193 encode_saved_post_attr(struct svc_rqst *rqstp, u32 *p, struct svc_fh *fhp) in encode_saved_post_attr()
233 encode_post_op_attr(struct svc_rqst *rqstp, u32 *p, struct svc_fh *fhp) in encode_post_op_attr()
248 encode_wcc_data(struct svc_rqst *rqstp, u32 *p, struct svc_fh *fhp) in encode_wcc_data()
294 nfs3svc_decode_fhandle(struct svc_rqst *rqstp, u32 *p, struct svc_fh *fhp) in nfs3svc_decode_fhandle()
704 struct svc_fh fh; in encode_entry()
Dnfsxdr.c40 decode_fh(u32 *p, struct svc_fh *fhp) in decode_fh()
52 encode_fh(u32 *p, struct svc_fh *fhp) in encode_fh()
146 encode_fattr(struct svc_rqst *rqstp, u32 *p, struct svc_fh *fhp) in encode_fattr()
217 nfssvc_decode_fhandle(struct svc_rqst *rqstp, u32 *p, struct svc_fh *fhp) in nfssvc_decode_fhandle()
Dlockd.c26 struct svc_fh fh; in nlm_fopen()
Dnfsfh.c530 fh_verify(struct svc_rqst *rqstp, struct svc_fh *fhp, int type, int access) in fh_verify()
791 fh_compose(struct svc_fh *fhp, struct svc_export *exp, struct dentry *dentry, struct svc_fh *ref_fh) in fh_compose()
871 fh_update(struct svc_fh *fhp) in fh_update()
915 fh_put(struct svc_fh *fhp) in fh_put()
Dnfsproc.c195 svc_fh *dirfhp = &argp->fh; in nfsd_proc_create()
196 svc_fh *newfhp = &resp->fh; in nfsd_proc_create()
404 struct svc_fh newfh; in nfsd_proc_symlink()
Dnfs3proc.c242 svc_fh *dirfhp, *newfhp = NULL; in nfsd3_proc_create()
Dexport.c410 struct svc_fh fh; in exp_rootfh()