Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dnfs4xdr.c3228 struct nfsd4_compoundres *resp = args->rqstp->rq_resp; in nfsd4_encode_fattr4_supported_attrs()
3661 struct nfsd4_compoundres *resp = args->rqstp->rq_resp; in nfsd4_encode_fattr4_suppattr_exclcreat()
3954 struct nfsd4_compoundres *resp = rqstp->rq_resp; in nfsd4_encode_fattr4()
4776 nfsd4_encode_access(struct nfsd4_compoundres *resp, __be32 nfserr, in nfsd4_encode_access()
4791 static __be32 nfsd4_encode_bind_conn_to_session(struct nfsd4_compoundres *resp, __be32 nfserr, in nfsd4_encode_bind_conn_to_session()
4809 nfsd4_encode_close(struct nfsd4_compoundres *resp, __be32 nfserr, in nfsd4_encode_close()
4821 nfsd4_encode_commit(struct nfsd4_compoundres *resp, __be32 nfserr, in nfsd4_encode_commit()
4830 nfsd4_encode_create(struct nfsd4_compoundres *resp, __be32 nfserr, in nfsd4_encode_create()
4846 nfsd4_encode_getattr(struct nfsd4_compoundres *resp, __be32 nfserr, in nfsd4_encode_getattr()
4859 nfsd4_encode_getfh(struct nfsd4_compoundres *resp, __be32 nfserr, in nfsd4_encode_getfh()
[all …]
H A Dxdr4.h946 struct nfsd4_compoundres { struct
961 struct nfsd4_compoundres *resp = rqstp->rq_resp; in nfsd4_last_compound_op() argument
976 __be32 nfsd4_check_resp_size(struct nfsd4_compoundres *, u32);
977 void nfsd4_encode_operation(struct nfsd4_compoundres *, struct nfsd4_op *);
1003 extern void nfsd4_sequence_done(struct nfsd4_compoundres *resp);
H A Dnfs4proc.c3116 struct nfsd4_compoundres *resp = rqstp->rq_resp; in need_wrongsec_check()
3193 struct nfsd4_compoundres *resp = rqstp->rq_resp; in nfsd4_proc_compound()
4186 struct nfsd4_compoundres *resp = rqstp->rq_resp; in nfsd4_spo_must_allow()
4257 .pc_ressize = sizeof(struct nfsd4_compoundres),
H A Dnfs4state.c4112 nfsd4_store_cache_entry(struct nfsd4_compoundres *resp) in nfsd4_store_cache_entry()
4158 nfsd4_replay_cache_entry(struct nfsd4_compoundres *resp, in nfsd4_replay_cache_entry()
5020 struct nfsd4_compoundres *resp = rqstp->rq_resp; in nfsd4_sequence()
5190 nfsd4_sequence_done(struct nfsd4_compoundres *resp) in nfsd4_sequence_done()
7091 struct nfsd4_compoundres *resp = rqstp->rq_resp; in nfsd4_process_open2()
H A Dvfs.c687 return &((struct nfsd4_compoundres *)rqstp->rq_resp)->cstate; in nfsd4_get_cstate()