Searched refs:nfsd4_compound_state (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/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 602 struct nfsd4_compound_state cstate; 659 struct nfsd4_compound_state *, 662 struct nfsd4_compound_state *, 665 struct nfsd4_compound_state *, struct nfsd4_exchange_id *); 666 extern __be32 nfsd4_backchannel_ctl(struct svc_rqst *, struct nfsd4_compound_state *, struct nfsd4_… 667 extern __be32 nfsd4_bind_conn_to_session(struct svc_rqst *, struct nfsd4_compound_state *, struct n… 669 struct nfsd4_compound_state *, 672 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() 484 static __be32 nfsd4_open_omfg(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, struct n… in nfsd4_open_omfg() 500 nfsd4_getfh(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in nfsd4_getfh() 511 nfsd4_putfh(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in nfsd4_putfh() 522 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 | 583 struct nfsd4_compound_state; 587 struct nfsd4_compound_state *cstate, 589 __be32 nfsd4_lookup_stateid(struct nfsd4_compound_state *cstate, 601 struct nfsd4_compound_state *cstate, struct nfsd_net *nn);
|
D | nfs4state.c | 1319 void nfsd4_bump_seqid(struct nfsd4_compound_state *cstate, __be32 nfserr) in nfsd4_bump_seqid() 2321 struct nfsd4_compound_state *cstate, in nfsd4_exchange_id() 2579 struct nfsd4_compound_state *cstate, in nfsd4_create_session() 2708 __be32 nfsd4_backchannel_ctl(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, struct nf… in nfsd4_backchannel_ctl() 2728 struct nfsd4_compound_state *cstate, in nfsd4_bind_conn_to_session() 2771 struct nfsd4_compound_state *cstate, in nfsd4_destroy_session() 2868 struct nfsd4_compound_state *cstate, in nfsd4_sequence() 2990 struct nfsd4_compound_state *cs = &resp->cstate; in nfsd4_sequence_done() 3004 nfsd4_destroy_clientid(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, struct nfsd4_de… in nfsd4_destroy_clientid() 3045 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() 235 struct nfsd4_compound_state *cstate, stateid_t *stateid, in nfsd4_preprocess_layout_stateid() 458 struct nfsd4_compound_state *cstate, in nfsd4_return_file_layouts() 503 struct nfsd4_compound_state *cstate, in nfsd4_return_client_layouts()
|