Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dsec.c1086 char *early_buf; in sptlrpc_cli_unwrap_early_reply() local
1096 OBD_ALLOC_LARGE(early_buf, early_bufsz); in sptlrpc_cli_unwrap_early_reply()
1097 if (early_buf == NULL) { in sptlrpc_cli_unwrap_early_reply()
1139 memcpy(early_buf, req->rq_repbuf, early_size); in sptlrpc_cli_unwrap_early_reply()
1145 early_req->rq_repbuf = early_buf; in sptlrpc_cli_unwrap_early_reply()
1147 early_req->rq_repdata = (struct lustre_msg *) early_buf; in sptlrpc_cli_unwrap_early_reply()
1166 OBD_FREE_LARGE(early_buf, early_bufsz); in sptlrpc_cli_unwrap_early_reply()