Home
last modified time | relevance | path

Searched refs:RPC_REPHDRSIZE (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/include/linux/sunrpc/
Dmsg_prot.h114 #define RPC_REPHDRSIZE (4) macro
143 (RPC_REPHDRSIZE + (2 + RPC_MAX_AUTH_SIZE/4))
/Linux-v4.19/fs/nfs/
Dnfs2xdr.c78 replen = RPC_REPHDRSIZE + auth->au_rslack + bufsize; in prepare_reply_buffer()
Dnfs3xdr.c117 replen = RPC_REPHDRSIZE + auth->au_rslack + bufsize; in prepare_reply_buffer()
Dnfs4xdr.c1023 hdr->replen = RPC_REPHDRSIZE + auth->au_rslack + 3 + hdr->taglen; in encode_compound_hdr()
1844 max_resp_sz_cached = (NFS4_dec_open_sz + RPC_REPHDRSIZE + 2) in encode_create_session()
/Linux-v4.19/net/sunrpc/
Dclnt.c1701 req->rq_rcvsize = RPC_REPHDRSIZE + slack + proc->p_replen; in call_allocate()
/Linux-v4.19/fs/nfsd/
Dnfs4state.c2735 (RPC_REPHDRSIZE + (2 + NUL_REPLYSLACK))