Home
last modified time | relevance | path

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

12

/linux-4.19.296/fs/nfsd/
Dvfs.h47 __be32 nfsd_lookup(struct svc_rqst *, struct svc_fh *,
48 const char *, unsigned int, struct svc_fh *);
49 __be32 nfsd_lookup_dentry(struct svc_rqst *, struct svc_fh *,
52 __be32 nfsd_setattr(struct svc_rqst *, struct svc_fh *,
56 __be32 nfsd4_set_nfs4_label(struct svc_rqst *, struct svc_fh *,
58 __be32 nfsd4_vfs_fallocate(struct svc_rqst *, struct svc_fh *,
63 __be32 nfsd_create_locked(struct svc_rqst *, struct svc_fh *,
65 int type, dev_t rdev, struct svc_fh *res);
66 __be32 nfsd_create(struct svc_rqst *, struct svc_fh *,
68 int type, dev_t rdev, struct svc_fh *res);
[all …]
Dxdr3.h14 struct svc_fh fh;
21 struct svc_fh fh;
27 struct svc_fh fh;
32 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 fh;
[all …]
Dxdr.h12 struct svc_fh fh;
16 struct svc_fh fh;
21 struct svc_fh fh;
27 struct svc_fh fh;
34 svc_fh fh;
41 struct svc_fh fh;
48 struct svc_fh ffh;
51 struct svc_fh tfh;
57 struct svc_fh fh;
62 struct svc_fh ffh;
[all …]
Dnfsfh.h30 typedef struct svc_fh { struct
58 } svc_fh; argument
76 extern enum fsid_source fsid_source(struct svc_fh *fhp);
159 extern char * SVCFH_fmt(struct svc_fh *fhp);
164 __be32 fh_verify(struct svc_rqst *, struct svc_fh *, umode_t, int);
165 __be32 fh_compose(struct svc_fh *, struct svc_export *, struct dentry *, struct svc_fh *);
166 __be32 fh_update(struct svc_fh *);
167 void fh_put(struct svc_fh *);
169 static __inline__ struct svc_fh *
170 fh_copy(struct svc_fh *dst, struct svc_fh *src) in fh_copy()
[all …]
Dvfs.c200 nfsd_lookup_dentry(struct svc_rqst *rqstp, struct svc_fh *fhp, in nfsd_lookup_dentry()
277 nfsd_lookup(struct svc_rqst *rqstp, struct svc_fh *fhp, const char *name, in nfsd_lookup()
278 unsigned int len, struct svc_fh *resfh) in nfsd_lookup()
310 commit_metadata(struct svc_fh *fhp) in commit_metadata()
353 nfsd_get_write_access(struct svc_rqst *rqstp, struct svc_fh *fhp, in nfsd_get_write_access()
387 nfsd_setattr(struct svc_rqst *rqstp, struct svc_fh *fhp, struct iattr *iap, in nfsd_setattr()
528 __be32 nfsd4_set_nfs4_label(struct svc_rqst *rqstp, struct svc_fh *fhp, in nfsd4_set_nfs4_label()
547 __be32 nfsd4_set_nfs4_label(struct svc_rqst *rqstp, struct svc_fh *fhp, in nfsd4_set_nfs4_label()
577 __be32 nfsd4_vfs_fallocate(struct svc_rqst *rqstp, struct svc_fh *fhp, in nfsd4_vfs_fallocate()
638 nfsd_access(struct svc_rqst *rqstp, struct svc_fh *fhp, u32 *access, u32 *supported) in nfsd_access()
[all …]
Dnfsfh.c152 static __be32 nfsd_set_fh_dentry(struct svc_rqst *rqstp, struct svc_fh *fhp) in nfsd_set_fh_dentry()
321 fh_verify(struct svc_rqst *rqstp, struct svc_fh *fhp, umode_t type, int access) in fh_verify()
408 static void _fh_update(struct svc_fh *fhp, struct svc_export *exp, in _fh_update()
474 static void set_version_and_fsid_type(struct svc_fh *fhp, struct svc_export *exp, struct svc_fh *re… in set_version_and_fsid_type()
529 fh_compose(struct svc_fh *fhp, struct svc_export *exp, struct dentry *dentry, in fh_compose()
530 struct svc_fh *ref_fh) in fh_compose()
609 fh_update(struct svc_fh *fhp) in fh_update()
643 fh_put(struct svc_fh *fhp) in fh_put()
664 char * SVCFH_fmt(struct svc_fh *fhp) in SVCFH_fmt()
680 enum fsid_source fsid_source(struct svc_fh *fhp) in fsid_source()
Dacl.h39 struct svc_fh;
56 __be32 nfsd4_set_nfs4_acl(struct svc_rqst *rqstp, struct svc_fh *fhp,
Dxdr4.h54 struct svc_fh current_fh;
55 struct svc_fh save_fh;
139 struct svc_fh *ga_fhp; /* response */
284 struct svc_fh * rd_fhp; /* response */
294 struct svc_fh * rd_fhp; /* response */
307 struct svc_fh * rl_fhp; /* request */
553 struct svc_fh * getfh;
685 set_change_info(struct nfsd4_change_info *cinfo, struct svc_fh *fhp) in set_change_info()
709 struct svc_fh *fhp, struct svc_export *exp,
736 struct svc_fh *current_fh, struct nfsd4_open *open);
Dtrace.h55 struct svc_fh *fhp,
79 struct svc_fh *fhp, \
96 struct svc_fh *fhp,
120 struct svc_fh *fhp, \
Dexport.h13 struct svc_fh;
100 __be32 exp_pseudoroot(struct svc_rqst *, struct svc_fh *);
Dpnfs.h32 __be32 (*proc_layoutget)(struct inode *, const struct svc_fh *fhp,
65 int nfsd4_set_deviceid(struct nfsd4_deviceid *id, const struct svc_fh *fhp,
Dnfs3xdr.c49 decode_fh(__be32 *p, struct svc_fh *fhp) in decode_fh()
63 __be32 *nfs3svc_decode_fh(__be32 *p, struct svc_fh *fhp) in nfs3svc_decode_fh()
69 encode_fh(__be32 *p, struct svc_fh *fhp) in encode_fh()
143 static __be32 *encode_fsid(__be32 *p, struct svc_fh *fhp) in encode_fsid()
165 encode_fattr3(struct svc_rqst *rqstp, __be32 *p, struct svc_fh *fhp, in encode_fattr3()
195 encode_saved_post_attr(struct svc_rqst *rqstp, __be32 *p, struct svc_fh *fhp) in encode_saved_post_attr()
208 encode_post_op_attr(struct svc_rqst *rqstp, __be32 *p, struct svc_fh *fhp) in encode_post_op_attr()
228 nfs3svc_encode_post_op_attr(struct svc_rqst *rqstp, __be32 *p, struct svc_fh *fhp) in nfs3svc_encode_post_op_attr()
237 encode_wcc_data(struct svc_rqst *rqstp, __be32 *p, struct svc_fh *fhp) in encode_wcc_data()
260 void fill_pre_wcc(struct svc_fh *fhp) in fill_pre_wcc()
[all …]
Dnfs4proc.c54 nfsd4_security_inode_setsecctx(struct svc_fh *resfh, struct xdr_netobj *label, u32 *bmval) in nfsd4_security_inode_setsecctx()
76 nfsd4_security_inode_setsecctx(struct svc_fh *resfh, struct xdr_netobj *label, u32 *bmval) in nfsd4_security_inode_setsecctx()
149 do_set_nfs4_acl(struct svc_rqst *rqstp, struct svc_fh *fhp, in do_set_nfs4_acl()
165 fh_dup2(struct svc_fh *dst, struct svc_fh *src) in fh_dup2()
175 do_open_permission(struct svc_rqst *rqstp, struct svc_fh *current_fh, struct nfsd4_open *open, int … in do_open_permission()
197 static __be32 nfsd_check_obj_isreg(struct svc_fh *fh) in nfsd_check_obj_isreg()
215 …ner_reply_cache(struct nfsd4_compound_state *cstate, struct nfsd4_open *open, struct svc_fh *resfh) in nfsd4_set_open_owner_reply_cache()
224 …c_rqst *rqstp, struct nfsd4_compound_state *cstate, struct nfsd4_open *open, struct svc_fh **resfh) in do_open_lookup()
226 struct svc_fh *current_fh = &cstate->current_fh; in do_open_lookup()
230 *resfh = kmalloc(sizeof(struct svc_fh), GFP_KERNEL); in do_open_lookup()
[all …]
Dnfsxdr.c29 decode_fh(__be32 *p, struct svc_fh *fhp) in decode_fh()
41 __be32 *nfs2svc_decode_fh(__be32 *p, struct svc_fh *fhp) in nfs2svc_decode_fh()
47 encode_fh(__be32 *p, struct svc_fh *fhp) in encode_fh()
129 encode_fattr(struct svc_rqst *rqstp, __be32 *p, struct svc_fh *fhp, in encode_fattr()
186 __be32 *nfs2svc_encode_fattr(struct svc_rqst *rqstp, __be32 *p, struct svc_fh *fhp, struct kstat *s… in nfs2svc_encode_fattr()
Dlockd.c31 struct svc_fh fh; in nlm_fopen()
Dnfs3acl.c36 svc_fh *fh; in nfsd3_proc_getacl()
90 svc_fh *fh; in nfsd3_proc_setacl()
Dnfsproc.c66 struct svc_fh *fhp; in nfsd_proc_setattr()
256 svc_fh *dirfhp = &argp->fh; in nfsd_proc_create()
257 svc_fh *newfhp = &resp->fh; in nfsd_proc_create()
464 struct svc_fh newfh; in nfsd_proc_symlink()
Dflexfilelayout.c22 nfsd4_ff_proc_layoutget(struct inode *inode, const struct svc_fh *fhp, in nfsd4_ff_proc_layoutget()
Dnfs2acl.c37 svc_fh *fh; in nfsacld_proc_getacl()
97 svc_fh *fh; in nfsacld_proc_setacl()
Dnfs4layouts.c56 nfsd4_alloc_devid_map(const struct svc_fh *fhp) in nfsd4_alloc_devid_map()
112 nfsd4_set_deviceid(struct nfsd4_deviceid *id, const struct svc_fh *fhp, in nfsd4_set_deviceid()
Dnfs4state.c815 struct svc_fh *current_fh, in alloc_init_deleg()
3889 nfs4_share_conflict(struct svc_fh *current_fh, unsigned int deny_type) in nfs4_share_conflict()
4203 nfsd4_truncate(struct svc_rqst *rqstp, struct svc_fh *fh, in nfsd4_truncate()
4218 struct svc_fh *cur_fh, struct nfs4_ol_stateid *stp, in nfs4_get_vfs_file()
4283 nfs4_upgrade_open(struct svc_rqst *rqstp, struct nfs4_file *fp, struct svc_fh *cur_fh, struct nfs4_… in nfs4_upgrade_open()
4342 nfs4_set_delegation(struct nfs4_client *clp, struct svc_fh *fh, in nfs4_set_delegation()
4449 nfs4_open_delegation(struct svc_fh *fh, struct nfsd4_open *open, in nfs4_open_delegation()
4537 nfsd4_process_open2(struct svc_rqst *rqstp, struct svc_fh *current_fh, struct nfsd4_open *open) in nfsd4_process_open2()
4879 static inline __be32 nfs4_check_fh(struct svc_fh *fhp, struct nfs4_stid *stp) in nfs4_check_fh()
4919 check_special_stateids(struct net *net, svc_fh *current_fh, stateid_t *stateid, int flags) in check_special_stateids()
[all …]
Dstate.h605 struct nfsd4_compound_state *cstate, struct svc_fh *fhp,
Dblocklayout.c23 nfsd4_block_proc_layoutget(struct inode *inode, const struct svc_fh *fhp, in nfsd4_block_proc_layoutget()
Dnfs4xdr.c2395 nfsd4_encode_fattr(struct xdr_stream *xdr, struct svc_fh *fhp, in nfsd4_encode_fattr()
2404 struct svc_fh *tempfh = NULL; in nfsd4_encode_fattr()
2450 tempfh = kmalloc(sizeof(struct svc_fh), GFP_KERNEL); in nfsd4_encode_fattr()
2954 struct svc_fh *fhp, struct svc_export *exp, in nfsd4_encode_fattr_to_buf()
3237 struct svc_fh *fhp = getattr->ga_fhp; in nfsd4_encode_getattr()
3245 nfsd4_encode_getfh(struct nfsd4_compoundres *resp, __be32 nfserr, struct svc_fh **fhpp) in nfsd4_encode_getfh()
3248 struct svc_fh *fhp = *fhpp; in nfsd4_encode_getfh()
Dexport.c884 struct svc_fh fh; in exp_rootfh()
1077 exp_pseudoroot(struct svc_rqst *rqstp, struct svc_fh *fhp) in exp_pseudoroot()

12