Searched refs:nfsd4_compound_state (Results 1 – 6 of 6) sorted by relevance
/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 70 static inline bool nfsd4_has_session(struct nfsd4_compound_state *cs) in nfsd4_has_session() argument 514 struct nfsd4_compound_state cstate; 559 struct nfsd4_compound_state *, 562 struct nfsd4_compound_state *, 568 struct nfsd4_compound_state *, struct nfsd4_exchange_id *); 569 extern __be32 nfsd4_bind_conn_to_session(struct svc_rqst *, struct nfsd4_compound_state *, struct n… 571 struct nfsd4_compound_state *, 574 struct nfsd4_compound_state *, 577 struct nfsd4_compound_state *, [all …]
|
D | nfs4proc.c | 59 check_attr_support(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in check_attr_support() 96 struct nfsd4_compound_state *cstate, struct nfsd4_open *open) in nfsd4_check_open_attributes() 315 nfsd4_open(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in nfsd4_open() 429 nfsd4_getfh(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in nfsd4_getfh() 440 nfsd4_putfh(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in nfsd4_putfh() 451 nfsd4_putrootfh(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in nfsd4_putrootfh() 462 nfsd4_restorefh(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in nfsd4_restorefh() 477 nfsd4_savefh(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in nfsd4_savefh() 495 nfsd4_access(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in nfsd4_access() 516 nfsd4_commit(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in nfsd4_commit() [all …]
|
D | nfs4state.c | 1471 struct nfsd4_compound_state *cstate, in nfsd4_exchange_id() 1664 struct nfsd4_compound_state *cstate, in nfsd4_create_session() 1779 struct nfsd4_compound_state *cstate, in nfsd4_bind_conn_to_session() 1813 struct nfsd4_compound_state *cstate, in nfsd4_destroy_session() 1906 struct nfsd4_compound_state *cstate, in nfsd4_sequence() 2015 nfsd4_destroy_clientid(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, struct nfsd4_de… in nfsd4_destroy_clientid() 2052 nfsd4_reclaim_complete(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, struct nfsd4_re… in nfsd4_reclaim_complete() 2091 nfsd4_setclientid(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in nfsd4_setclientid() 2209 struct nfsd4_compound_state *cstate, in nfsd4_setclientid_confirm() 2597 static __be32 nfsd4_check_seqid(struct nfsd4_compound_state *cstate, struct nfs4_stateowner *so, u3… in nfsd4_check_seqid() [all …]
|
D | state.h | 453 struct nfsd4_compound_state; 455 extern __be32 nfs4_preprocess_stateid_op(struct nfsd4_compound_state *cstate,
|
D | nfs4xdr.c | 3641 struct nfsd4_compound_state *cs = &resp->cstate; in nfs4svc_encode_compoundres()
|