Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dsec.c1087 int early_bufsz, early_size; in sptlrpc_cli_unwrap_early_reply() local
1095 early_bufsz = size_roundup_power2(early_size); in sptlrpc_cli_unwrap_early_reply()
1096 OBD_ALLOC_LARGE(early_buf, early_bufsz); in sptlrpc_cli_unwrap_early_reply()
1146 early_req->rq_repbuf_len = early_bufsz; in sptlrpc_cli_unwrap_early_reply()
1166 OBD_FREE_LARGE(early_buf, early_bufsz); in sptlrpc_cli_unwrap_early_reply()