Home
last modified time | relevance | path

Searched refs:nfsd4_compound_state (Results 1 – 6 of 6) sorted by relevance

/fs/nfsd/
Dcurrent_stateid.h7 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 …]
Dxdr4.h53 struct nfsd4_compound_state { struct
70 static inline bool nfsd4_has_session(struct nfsd4_compound_state *cs) in nfsd4_has_session() argument
516 struct nfsd4_compound_state cstate;
569 struct nfsd4_compound_state *,
572 struct nfsd4_compound_state *,
578 struct nfsd4_compound_state *, struct nfsd4_exchange_id *);
579 extern __be32 nfsd4_backchannel_ctl(struct svc_rqst *, struct nfsd4_compound_state *, struct nfsd4_…
580 extern __be32 nfsd4_bind_conn_to_session(struct svc_rqst *, struct nfsd4_compound_state *, struct n…
582 struct nfsd4_compound_state *,
585 struct nfsd4_compound_state *,
[all …]
Dnfs4proc.c60 check_attr_support(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in check_attr_support()
97 struct nfsd4_compound_state *cstate, struct nfsd4_open *open) in nfsd4_check_open_attributes()
194 static void nfsd4_set_open_owner_reply_cache(struct nfsd4_compound_state *cstate, struct nfsd4_open… in nfsd4_set_open_owner_reply_cache()
203 do_open_lookup(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, struct nfsd4_open *open) in do_open_lookup()
278 do_open_fhandle(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, struct nfsd4_open *ope… in do_open_fhandle()
322 nfsd4_open(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in nfsd4_open()
445 static __be32 nfsd4_open_omfg(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, struct n… in nfsd4_open_omfg()
461 nfsd4_getfh(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in nfsd4_getfh()
472 nfsd4_putfh(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in nfsd4_putfh()
483 nfsd4_putrootfh(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in nfsd4_putrootfh()
[all …]
Dnfs4state.c743 void nfsd4_bump_seqid(struct nfsd4_compound_state *cstate, __be32 nfserr) in nfsd4_bump_seqid()
1622 struct nfsd4_compound_state *cstate, in nfsd4_exchange_id()
1844 struct nfsd4_compound_state *cstate, in nfsd4_create_session()
1956 __be32 nfsd4_backchannel_ctl(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, struct nf… in nfsd4_backchannel_ctl()
1972 struct nfsd4_compound_state *cstate, in nfsd4_bind_conn_to_session()
2012 struct nfsd4_compound_state *cstate, in nfsd4_destroy_session()
2100 struct nfsd4_compound_state *cstate, in nfsd4_sequence()
2211 nfsd4_destroy_clientid(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, struct nfsd4_de… in nfsd4_destroy_clientid()
2243 nfsd4_reclaim_complete(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, struct nfsd4_re… in nfsd4_reclaim_complete()
2282 nfsd4_setclientid(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in nfsd4_setclientid()
[all …]
Dstate.h453 struct nfsd4_compound_state;
457 struct nfsd4_compound_state *cstate,
Dnfs4xdr.c3623 struct nfsd4_compound_state *cs = &resp->cstate; in nfs4svc_encode_compoundres()