Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/sunrpc/
Dmsg_prot.h113 #define RPC_REPHDRSIZE (4) macro
142 (RPC_REPHDRSIZE + (2 + RPC_MAX_AUTH_SIZE/4))
/linux-4.1.27/fs/nfs/
Dnfs2xdr.c77 replen = RPC_REPHDRSIZE + auth->au_rslack + bufsize; in prepare_reply_buffer()
Dnfs3xdr.c116 replen = RPC_REPHDRSIZE + auth->au_rslack + bufsize; in prepare_reply_buffer()
Dnfs4xdr.c965 hdr->replen = RPC_REPHDRSIZE + auth->au_rslack + 3 + hdr->taglen; in encode_compound_hdr()
1804 max_resp_sz_cached = (NFS4_dec_open_sz + RPC_REPHDRSIZE + in encode_create_session()
/linux-4.1.27/net/sunrpc/
Dclnt.c1610 req->rq_rcvsize = RPC_REPHDRSIZE + slack + proc->p_replen; in call_allocate()