Home
last modified time | relevance | path

Searched refs:nfsd4_compoundres (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/fs/nfsd/
H A Dnfs4xdr.c2963 struct nfsd4_compoundres *resp = rqstp->rq_resp; in nfsd4_encode_fattr()
3737 nfsd4_encode_access(struct nfsd4_compoundres *resp, __be32 nfserr, in nfsd4_encode_access()
3752 static __be32 nfsd4_encode_bind_conn_to_session(struct nfsd4_compoundres *resp, __be32 nfserr, in nfsd4_encode_bind_conn_to_session()
3771 nfsd4_encode_close(struct nfsd4_compoundres *resp, __be32 nfserr, in nfsd4_encode_close()
3782 nfsd4_encode_commit(struct nfsd4_compoundres *resp, __be32 nfserr, in nfsd4_encode_commit()
3791 nfsd4_encode_create(struct nfsd4_compoundres *resp, __be32 nfserr, in nfsd4_encode_create()
3805 nfsd4_encode_getattr(struct nfsd4_compoundres *resp, __be32 nfserr, in nfsd4_encode_getattr()
3817 nfsd4_encode_getfh(struct nfsd4_compoundres *resp, __be32 nfserr, in nfsd4_encode_getfh()
3874 nfsd4_encode_lock(struct nfsd4_compoundres *resp, __be32 nfserr, in nfsd4_encode_lock()
3889 nfsd4_encode_lockt(struct nfsd4_compoundres *resp, __be32 nfserr, in nfsd4_encode_lockt()
[all …]
H A Dxdr4.h730 struct nfsd4_compoundres { struct
743 static inline bool nfsd4_is_solo_sequence(struct nfsd4_compoundres *resp) in nfsd4_is_solo_sequence() argument
758 static inline bool nfsd4_cache_this(struct nfsd4_compoundres *resp) in nfsd4_cache_this()
766 struct nfsd4_compoundres *resp = rqstp->rq_resp; in nfsd4_last_compound_op()
781 __be32 nfsd4_check_resp_size(struct nfsd4_compoundres *, u32);
782 void nfsd4_encode_operation(struct nfsd4_compoundres *, struct nfsd4_op *);
802 extern void nfsd4_sequence_done(struct nfsd4_compoundres *resp);
H A Dnfs4proc.c2544 struct nfsd4_compoundres *resp = rqstp->rq_resp; in need_wrongsec_check()
2621 struct nfsd4_compoundres *resp = rqstp->rq_resp; in nfsd4_proc_compound()
3576 struct nfsd4_compoundres *resp = rqstp->rq_resp; in nfsd4_spo_must_allow()
3646 .pc_ressize = sizeof(struct nfsd4_compoundres),
H A Dnfs4state.c3126 nfsd4_store_cache_entry(struct nfsd4_compoundres *resp) in nfsd4_store_cache_entry()
3163 struct nfsd4_compoundres *resp) in nfsd4_enc_sequence_replay()
3194 nfsd4_replay_cache_entry(struct nfsd4_compoundres *resp, in nfsd4_replay_cache_entry()
3956 struct nfsd4_compoundres *resp = rqstp->rq_resp; in nfsd4_sequence()
4076 nfsd4_sequence_done(struct nfsd4_compoundres *resp) in nfsd4_sequence_done()
5738 struct nfsd4_compoundres *resp = rqstp->rq_resp; in nfsd4_process_open2()
H A Dvfs.c609 return &((struct nfsd4_compoundres *)rqstp->rq_resp)->cstate; in nfsd4_get_cstate()