Home
last modified time | relevance | path

Searched refs:nfsd4_check_resp_size (Results 1 – 3 of 3) sorted by relevance

/linux/fs/nfsd/
H A Dxdr4.h930 __be32 nfsd4_check_resp_size(struct nfsd4_compoundres *, u32);
H A Dnfs4xdr.c5844 __be32 nfsd4_check_resp_size(struct nfsd4_compoundres *resp, u32 respsize) in nfsd4_check_resp_size() function
5906 /* nfsd4_check_resp_size guarantees enough room for error status */ in nfsd4_encode_operation()
5911 op->status = nfsd4_check_resp_size(resp, space_needed); in nfsd4_encode_operation()
H A Dnfs4proc.c2880 op->status = nfsd4_check_resp_size(resp, plen); in nfsd4_proc_compound()