Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dsec.c1044 char *early_buf; in sptlrpc_cli_unwrap_early_reply() local
1054 early_buf = libcfs_kvzalloc(early_bufsz, GFP_NOFS); in sptlrpc_cli_unwrap_early_reply()
1055 if (early_buf == NULL) { in sptlrpc_cli_unwrap_early_reply()
1097 memcpy(early_buf, req->rq_repbuf, early_size); in sptlrpc_cli_unwrap_early_reply()
1103 early_req->rq_repbuf = early_buf; in sptlrpc_cli_unwrap_early_reply()
1105 early_req->rq_repdata = (struct lustre_msg *) early_buf; in sptlrpc_cli_unwrap_early_reply()
1124 kvfree(early_buf); in sptlrpc_cli_unwrap_early_reply()