Home
last modified time | relevance | path

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

/linux/include/linux/sunrpc/
H A Dmsg_prot.h114 #define RPC_CALLHDRSIZE (6) macro
141 (RPC_CALLHDRSIZE + 2*(2+RPC_MAX_AUTH_SIZE/4))
/linux/net/sunrpc/
H A Dclnt.c1904 req->rq_callsize = RPC_CALLHDRSIZE + (auth->au_cslack << 1) + in call_allocate()
2655 p = xdr_reserve_space(xdr, RPC_CALLHDRSIZE << 2); in rpc_encode_header()
/linux/fs/nfsd/
H A Dnfs4state.c3884 (RPC_CALLHDRSIZE + 2 * (2 + UNX_CALLSLACK))