Searched refs:rq_repbuf (Results 1 – 7 of 7) sorted by relevance
205 OBD_ALLOC_LARGE(req->rq_repbuf, msgsize); in null_alloc_repbuf()206 if (!req->rq_repbuf) in null_alloc_repbuf()217 LASSERT(req->rq_repbuf); in null_free_repbuf()219 OBD_FREE_LARGE(req->rq_repbuf, req->rq_repbuf_len); in null_free_repbuf()220 req->rq_repbuf = NULL; in null_free_repbuf()
981 LASSERT(req->rq_repbuf); in do_cli_unwrap_reply()1044 LASSERT(req->rq_repbuf); in sptlrpc_cli_unwrap_reply()1061 (req->rq_repbuf + req->rq_reply_off); in sptlrpc_cli_unwrap_reply()1111 LASSERT(req->rq_repbuf); 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()1179 LASSERT(early_req->rq_repbuf); in sptlrpc_cli_finish_early_reply()1184 OBD_FREE_LARGE(early_req->rq_repbuf, early_req->rq_repbuf_len); in sptlrpc_cli_finish_early_reply()1670 if (req->rq_repbuf) in sptlrpc_cli_alloc_repbuf()1691 if (req->rq_repbuf == NULL) in sptlrpc_cli_free_repbuf()
617 OBD_ALLOC_LARGE(req->rq_repbuf, alloc_len); in plain_alloc_repbuf()618 if (!req->rq_repbuf) in plain_alloc_repbuf()629 OBD_FREE_LARGE(req->rq_repbuf, req->rq_repbuf_len); in plain_free_repbuf()630 req->rq_repbuf = NULL; in plain_free_repbuf()
550 if (request->rq_repbuf == NULL) { in ptl_send_rpc()597 reply_md.start = request->rq_repbuf; in ptl_send_rpc()
95 LASSERT(ev->md.start == req->rq_repbuf); in reply_in_callback()
2263 if (request->rq_repbuf != NULL) in __ptlrpc_free_req()
1407 char *rq_repbuf; /* rep buffer */ member