Home
last modified time | relevance | path

Searched defs:fhp (Results 1 – 7 of 7) sorted by relevance

/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()
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()
964 nfsd_create_v3(struct svc_rqst *rqstp, struct svc_fh *fhp, in nfsd_create_v3()
1098 nfsd_readlink(struct svc_rqst *rqstp, struct svc_fh *fhp, char *buf, int *lenp) in nfsd_readlink()
[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()
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()
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()
/linux-2.4.37.9/fs/freevxfs/
Dvxfs_fshead.c47 vxfs_dumpfsh(struct vxfs_fsh *fhp) in vxfs_dumpfsh()
82 struct vxfs_fsh *fhp; in vxfs_getfsh() local
/linux-2.4.37.9/include/linux/nfsd/
Dnfsfh.h183 inline static char * SVCFH_fmt(struct svc_fh *fhp) in SVCFH_fmt()
220 fh_init(struct svc_fh *fhp, int maxsize) in fh_init()
232 fill_pre_wcc(struct svc_fh *fhp) in fill_pre_wcc()
249 fill_post_wcc(struct svc_fh *fhp) in fill_post_wcc()
288 fh_lock(struct svc_fh *fhp) in fh_lock()
316 fh_unlock(struct svc_fh *fhp) in fh_unlock()
/linux-2.4.37.9/fs/lockd/
Dsvcsubs.c58 u32 *fhp = (u32*)f->data; in nlm_lookup_file() local