Home
last modified time | relevance | path

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

/linux-6.15/fs/nfsd/
H A Dnfs4xdr.c2977 struct nfsd4_compoundres *resp = args->rqstp->rq_resp; in nfsd4_encode_fattr4_supported_attrs()
3383 struct nfsd4_compoundres *resp = args->rqstp->rq_resp; in nfsd4_encode_fattr4_suppattr_exclcreat()
3582 struct nfsd4_compoundres *resp = rqstp->rq_resp; in nfsd4_encode_fattr4()
4150 nfsd4_encode_lock(struct nfsd4_compoundres *resp, __be32 nfserr, in nfsd4_encode_lock()
4202 nfsd4_encode_link(struct nfsd4_compoundres *resp, __be32 nfserr, in nfsd4_encode_link()
4341 nfsd4_encode_open(struct nfsd4_compoundres *resp, __be32 nfserr, in nfsd4_encode_open()
4396 struct nfsd4_compoundres *resp, in nfsd4_encode_splice_read()
4461 static __be32 nfsd4_encode_readv(struct nfsd4_compoundres *resp, in nfsd4_encode_readv()
4490 nfsd4_encode_read(struct nfsd4_compoundres *resp, __be32 nfserr, in nfsd4_encode_read()
5389 nfsd4_encode_read_plus_data(struct nfsd4_compoundres *resp, in nfsd4_encode_read_plus_data()
[all …]
H A Dxdr4.h876 struct nfsd4_compoundres { struct
889 static inline bool nfsd4_is_solo_sequence(struct nfsd4_compoundres *resp) in nfsd4_is_solo_sequence() argument
904 static inline bool nfsd4_cache_this(struct nfsd4_compoundres *resp) in nfsd4_cache_this()
912 struct nfsd4_compoundres *resp = rqstp->rq_resp; in nfsd4_last_compound_op()
927 __be32 nfsd4_check_resp_size(struct nfsd4_compoundres *, u32);
928 void nfsd4_encode_operation(struct nfsd4_compoundres *, struct nfsd4_op *);
949 extern void nfsd4_sequence_done(struct nfsd4_compoundres *resp);
H A Dnfs4proc.c2708 struct nfsd4_compoundres *resp = rqstp->rq_resp; in need_wrongsec_check()
2785 struct nfsd4_compoundres *resp = rqstp->rq_resp; in nfsd4_proc_compound()
3762 struct nfsd4_compoundres *resp = rqstp->rq_resp; in nfsd4_spo_must_allow()
3832 .pc_ressize = sizeof(struct nfsd4_compoundres),
H A Dnfs4state.c3449 nfsd4_store_cache_entry(struct nfsd4_compoundres *resp) in nfsd4_store_cache_entry()
3486 struct nfsd4_compoundres *resp) in nfsd4_enc_sequence_replay()
3517 nfsd4_replay_cache_entry(struct nfsd4_compoundres *resp, in nfsd4_replay_cache_entry()
4323 struct nfsd4_compoundres *resp = rqstp->rq_resp; in nfsd4_sequence()
4493 nfsd4_sequence_done(struct nfsd4_compoundres *resp) in nfsd4_sequence_done()
6301 struct nfsd4_compoundres *resp = rqstp->rq_resp; in nfsd4_process_open2()
H A Dvfs.c643 return &((struct nfsd4_compoundres *)rqstp->rq_resp)->cstate; in nfsd4_get_cstate()