Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/sunrpc/
H A Dmsg_prot.h112 #define RPC_REPHDRSIZE (4) macro
141 (RPC_REPHDRSIZE + (2 + RPC_MAX_AUTH_SIZE/4))
/OK3568_Linux_fs/kernel/net/sunrpc/
H A Dclnt.c1257 hdrsize += RPC_REPHDRSIZE + req->rq_cred->cr_auth->au_ralign - 1; in rpc_prepare_reply_pages()
1792 req->rq_rcvsize = RPC_REPHDRSIZE + auth->au_rslack + \ in call_allocate()
/OK3568_Linux_fs/kernel/fs/nfsd/
H A Dnfs4state.c3318 (RPC_REPHDRSIZE + (2 + NUL_REPLYSLACK))
/OK3568_Linux_fs/kernel/fs/nfs/
H A Dnfs4xdr.c1844 max_resp_sz_cached = (NFS4_dec_open_sz + RPC_REPHDRSIZE + 2) in encode_create_session()