Searched refs:nfsd4_compound_state (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/fs/nfsd/ |
D | current_stateid.h | 7 extern void clear_current_stateid(struct nfsd4_compound_state *cstate); 11 extern void nfsd4_set_opendowngradestateid(struct nfsd4_compound_state *cstate, struct nfsd4_open_d… 12 extern void nfsd4_set_openstateid(struct nfsd4_compound_state *, struct nfsd4_open *); 13 extern void nfsd4_set_lockstateid(struct nfsd4_compound_state *, struct nfsd4_lock *); 14 extern void nfsd4_set_closestateid(struct nfsd4_compound_state *, struct nfsd4_close *); 19 extern void nfsd4_get_opendowngradestateid(struct nfsd4_compound_state *cstate, struct nfsd4_open_d… 20 extern void nfsd4_get_delegreturnstateid(struct nfsd4_compound_state *, struct nfsd4_delegreturn *); 21 extern void nfsd4_get_freestateid(struct nfsd4_compound_state *, struct nfsd4_free_stateid *); 22 extern void nfsd4_get_setattrstateid(struct nfsd4_compound_state *, struct nfsd4_setattr *); 23 extern void nfsd4_get_closestateid(struct nfsd4_compound_state *, struct nfsd4_close *); [all …]
|
D | xdr4.h | 53 struct nfsd4_compound_state { struct 71 static inline bool nfsd4_has_session(struct nfsd4_compound_state *cs) in nfsd4_has_session() argument 603 struct nfsd4_compound_state cstate; 660 struct nfsd4_compound_state *, 663 struct nfsd4_compound_state *, 666 struct nfsd4_compound_state *, struct nfsd4_exchange_id *); 667 extern __be32 nfsd4_backchannel_ctl(struct svc_rqst *, struct nfsd4_compound_state *, struct nfsd4_… 668 extern __be32 nfsd4_bind_conn_to_session(struct svc_rqst *, struct nfsd4_compound_state *, struct n… 670 struct nfsd4_compound_state *, 673 struct nfsd4_compound_state *, [all …]
|
D | nfs4proc.c | 94 check_attr_support(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in check_attr_support() 131 struct nfsd4_compound_state *cstate, struct nfsd4_open *open) in nfsd4_check_open_attributes() 228 static void nfsd4_set_open_owner_reply_cache(struct nfsd4_compound_state *cstate, struct nfsd4_open… in nfsd4_set_open_owner_reply_cache() 237 do_open_lookup(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, struct nfsd4_open *open… in do_open_lookup() 316 do_open_fhandle(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, struct nfsd4_open *ope… in do_open_fhandle() 360 nfsd4_open(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in nfsd4_open() 482 static __be32 nfsd4_open_omfg(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, struct n… in nfsd4_open_omfg() 498 nfsd4_getfh(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in nfsd4_getfh() 509 nfsd4_putfh(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in nfsd4_putfh() 520 nfsd4_putrootfh(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in nfsd4_putrootfh() [all …]
|
D | pnfs.h | 41 struct nfsd4_compound_state *cstate, stateid_t *stateid, 46 struct nfsd4_compound_state *cstate, 49 struct nfsd4_compound_state *cstate,
|
D | state.h | 577 struct nfsd4_compound_state; 581 struct nfsd4_compound_state *cstate, stateid_t *stateid, 583 __be32 nfsd4_lookup_stateid(struct nfsd4_compound_state *cstate, 596 struct nfsd4_compound_state *cstate, struct nfsd_net *nn);
|
D | nfs4state.c | 1337 void nfsd4_bump_seqid(struct nfsd4_compound_state *cstate, __be32 nfserr) in nfsd4_bump_seqid() 2347 struct nfsd4_compound_state *cstate, in nfsd4_exchange_id() 2605 struct nfsd4_compound_state *cstate, in nfsd4_create_session() 2732 __be32 nfsd4_backchannel_ctl(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, struct nf… in nfsd4_backchannel_ctl() 2752 struct nfsd4_compound_state *cstate, in nfsd4_bind_conn_to_session() 2795 struct nfsd4_compound_state *cstate, in nfsd4_destroy_session() 2892 struct nfsd4_compound_state *cstate, in nfsd4_sequence() 3014 struct nfsd4_compound_state *cs = &resp->cstate; in nfsd4_sequence_done() 3028 nfsd4_destroy_clientid(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, struct nfsd4_de… in nfsd4_destroy_clientid() 3069 nfsd4_reclaim_complete(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, struct nfsd4_re… in nfsd4_reclaim_complete() [all …]
|
D | nfs4layouts.c | 184 nfsd4_alloc_layout_stateid(struct nfsd4_compound_state *cstate, in nfsd4_alloc_layout_stateid() 237 struct nfsd4_compound_state *cstate, stateid_t *stateid, in nfsd4_preprocess_layout_stateid() 461 struct nfsd4_compound_state *cstate, in nfsd4_return_file_layouts() 504 struct nfsd4_compound_state *cstate, in nfsd4_return_client_layouts()
|