Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dsec_null.c205 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()
Dsec.c981 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()
Dsec_plain.c617 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()
Dniobuf.c550 if (request->rq_repbuf == NULL) { in ptl_send_rpc()
597 reply_md.start = request->rq_repbuf; in ptl_send_rpc()
Devents.c95 LASSERT(ev->md.start == req->rq_repbuf); in reply_in_callback()
Dclient.c2263 if (request->rq_repbuf != NULL) in __ptlrpc_free_req()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_net.h1407 char *rq_repbuf; /* rep buffer */ member