Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dnfs4xdr.c3192 struct nfsd4_compoundres *resp = args->rqstp->rq_resp; in nfsd4_encode_fattr4_supported_attrs()
3598 struct nfsd4_compoundres *resp = args->rqstp->rq_resp; in nfsd4_encode_fattr4_suppattr_exclcreat()
3873 struct nfsd4_compoundres *resp = rqstp->rq_resp; in nfsd4_encode_fattr4()
4372 nfsd4_encode_access(struct nfsd4_compoundres *resp, __be32 nfserr, in nfsd4_encode_access()
4387 static __be32 nfsd4_encode_bind_conn_to_session(struct nfsd4_compoundres *resp, __be32 nfserr, in nfsd4_encode_bind_conn_to_session()
4405 nfsd4_encode_close(struct nfsd4_compoundres *resp, __be32 nfserr, in nfsd4_encode_close()
4417 nfsd4_encode_commit(struct nfsd4_compoundres *resp, __be32 nfserr, in nfsd4_encode_commit()
4426 nfsd4_encode_create(struct nfsd4_compoundres *resp, __be32 nfserr, in nfsd4_encode_create()
4442 nfsd4_encode_getattr(struct nfsd4_compoundres *resp, __be32 nfserr, in nfsd4_encode_getattr()
4455 nfsd4_encode_getfh(struct nfsd4_compoundres *resp, __be32 nfserr, in nfsd4_encode_getfh()
[all …]
H A Dxdr4.h921 struct nfsd4_compoundres { struct
936 struct nfsd4_compoundres *resp = rqstp->rq_resp; in nfsd4_last_compound_op() argument
951 __be32 nfsd4_check_resp_size(struct nfsd4_compoundres *, u32);
952 void nfsd4_encode_operation(struct nfsd4_compoundres *, struct nfsd4_op *);
973 extern void nfsd4_sequence_done(struct nfsd4_compoundres *resp);
H A Dnfs4proc.c2963 struct nfsd4_compoundres *resp = rqstp->rq_resp; in need_wrongsec_check()
3040 struct nfsd4_compoundres *resp = rqstp->rq_resp; in nfsd4_proc_compound()
4015 struct nfsd4_compoundres *resp = rqstp->rq_resp; in nfsd4_spo_must_allow()
4086 .pc_ressize = sizeof(struct nfsd4_compoundres),
H A Dnfs4state.c3492 nfsd4_store_cache_entry(struct nfsd4_compoundres *resp) in nfsd4_store_cache_entry()
3538 nfsd4_replay_cache_entry(struct nfsd4_compoundres *resp, in nfsd4_replay_cache_entry()
4387 struct nfsd4_compoundres *resp = rqstp->rq_resp; in nfsd4_sequence()
4543 nfsd4_sequence_done(struct nfsd4_compoundres *resp) in nfsd4_sequence_done()
6426 struct nfsd4_compoundres *resp = rqstp->rq_resp; in nfsd4_process_open2()
H A Dvfs.c679 return &((struct nfsd4_compoundres *)rqstp->rq_resp)->cstate; in nfsd4_get_cstate()