Searched refs:nfsd4_compound_state (Results 1 – 7 of 7) sorted by relevance
/linux-4.19.296/fs/nfsd/ |
D | current_stateid.h | 8 extern void clear_current_stateid(struct nfsd4_compound_state *cstate); 12 extern void nfsd4_set_opendowngradestateid(struct nfsd4_compound_state *, 14 extern void nfsd4_set_openstateid(struct nfsd4_compound_state *, 16 extern void nfsd4_set_lockstateid(struct nfsd4_compound_state *, 18 extern void nfsd4_set_closestateid(struct nfsd4_compound_state *, 24 extern void nfsd4_get_opendowngradestateid(struct nfsd4_compound_state *, 26 extern void nfsd4_get_delegreturnstateid(struct nfsd4_compound_state *, 28 extern void nfsd4_get_freestateid(struct nfsd4_compound_state *, 30 extern void nfsd4_get_setattrstateid(struct nfsd4_compound_state *, 32 extern void nfsd4_get_closestateid(struct nfsd4_compound_state *, [all …]
|
D | xdr4.h | 53 struct nfsd4_compound_state { struct 72 static inline bool nfsd4_has_session(struct nfsd4_compound_state *cs) in nfsd4_has_session() argument 646 struct nfsd4_compound_state cstate; 713 struct nfsd4_compound_state *, union nfsd4_op_u *u); 715 struct nfsd4_compound_state *, union nfsd4_op_u *u); 717 struct nfsd4_compound_state *, union nfsd4_op_u *u); 719 struct nfsd4_compound_state *, union nfsd4_op_u *u); 721 struct nfsd4_compound_state *, union nfsd4_op_u *u); 723 struct nfsd4_compound_state *, union nfsd4_op_u *u); 725 struct nfsd4_compound_state *, union nfsd4_op_u *u); [all …]
|
D | nfs4proc.c | 95 check_attr_support(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in check_attr_support() 118 struct nfsd4_compound_state *cstate, struct nfsd4_open *open) in nfsd4_check_open_attributes() 215 static void nfsd4_set_open_owner_reply_cache(struct nfsd4_compound_state *cstate, struct nfsd4_open… in nfsd4_set_open_owner_reply_cache() 224 do_open_lookup(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, struct nfsd4_open *open… in do_open_lookup() 305 do_open_fhandle(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, struct nfsd4_open *ope… in do_open_fhandle() 349 nfsd4_open(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in nfsd4_open() 476 static __be32 nfsd4_open_omfg(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, struct n… in nfsd4_open_omfg() 492 nfsd4_getfh(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in nfsd4_getfh() 500 nfsd4_putfh(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in nfsd4_putfh() 513 nfsd4_putrootfh(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in nfsd4_putrootfh() [all …]
|
D | pnfs.h | 55 struct nfsd4_compound_state *cstate, stateid_t *stateid, 60 struct nfsd4_compound_state *cstate, 63 struct nfsd4_compound_state *cstate,
|
D | state.h | 601 struct nfsd4_compound_state; 605 struct nfsd4_compound_state *cstate, struct svc_fh *fhp, 607 __be32 nfsd4_lookup_stateid(struct nfsd4_compound_state *cstate, 620 struct nfsd4_compound_state *cstate, struct nfsd_net *nn);
|
D | nfs4state.c | 1453 void nfsd4_bump_seqid(struct nfsd4_compound_state *cstate, __be32 nfserr) in nfsd4_bump_seqid() 2498 nfsd4_exchange_id(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in nfsd4_exchange_id() 2794 struct nfsd4_compound_state *cstate, union nfsd4_op_u *u) in nfsd4_create_session() 2921 struct nfsd4_compound_state *cstate, in nfsd4_backchannel_ctl() 2943 struct nfsd4_compound_state *cstate, in nfsd4_bind_conn_to_session() 2978 static bool nfsd4_compound_in_session(struct nfsd4_compound_state *cstate, struct nfs4_sessionid *s… in nfsd4_compound_in_session() 2986 nfsd4_destroy_session(struct svc_rqst *r, struct nfsd4_compound_state *cstate, in nfsd4_destroy_session() 3116 nfsd4_sequence(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in nfsd4_sequence() 3242 struct nfsd4_compound_state *cs = &resp->cstate; in nfsd4_sequence_done() 3257 struct nfsd4_compound_state *cstate, in nfsd4_destroy_clientid() [all …]
|
D | nfs4layouts.c | 212 nfsd4_alloc_layout_stateid(struct nfsd4_compound_state *cstate, in nfsd4_alloc_layout_stateid() 266 struct nfsd4_compound_state *cstate, stateid_t *stateid, in nfsd4_preprocess_layout_stateid() 490 struct nfsd4_compound_state *cstate, in nfsd4_return_file_layouts() 533 struct nfsd4_compound_state *cstate, in nfsd4_return_client_layouts()
|