Searched refs:reqmsg_size (Results 1 – 1 of 1) sorted by relevance
411 int reqmsg_size; in sptlrpc_req_ctx_switch() local429 reqmsg_size = req->rq_reqlen; in sptlrpc_req_ctx_switch()430 if (reqmsg_size != 0) { in sptlrpc_req_ctx_switch()431 reqmsg = libcfs_kvzalloc(reqmsg_size, GFP_NOFS); in sptlrpc_req_ctx_switch()434 memcpy(reqmsg, req->rq_reqmsg, reqmsg_size); in sptlrpc_req_ctx_switch()449 if (reqmsg_size != 0) { in sptlrpc_req_ctx_switch()450 rc = sptlrpc_cli_alloc_reqbuf(req, reqmsg_size); in sptlrpc_req_ctx_switch()453 memcpy(req->rq_reqmsg, reqmsg, reqmsg_size); in sptlrpc_req_ctx_switch()