Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/ptlrpc/
Dsec_null.c207 req->rq_repbuf = libcfs_kvzalloc(msgsize, GFP_NOFS); in null_alloc_repbuf()
208 if (!req->rq_repbuf) in null_alloc_repbuf()
219 LASSERT(req->rq_repbuf); in null_free_repbuf()
221 kvfree(req->rq_repbuf); in null_free_repbuf()
222 req->rq_repbuf = NULL; in null_free_repbuf()
Dsec.c939 LASSERT(req->rq_repbuf); in do_cli_unwrap_reply()
1002 LASSERT(req->rq_repbuf); in sptlrpc_cli_unwrap_reply()
1019 (req->rq_repbuf + req->rq_reply_off); in sptlrpc_cli_unwrap_reply()
1069 LASSERT(req->rq_repbuf); 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()
1137 LASSERT(early_req->rq_repbuf); in sptlrpc_cli_finish_early_reply()
1142 kvfree(early_req->rq_repbuf); in sptlrpc_cli_finish_early_reply()
1614 if (req->rq_repbuf) in sptlrpc_cli_alloc_repbuf()
1635 if (req->rq_repbuf == NULL) in sptlrpc_cli_free_repbuf()
Dsec_plain.c616 req->rq_repbuf = libcfs_kvzalloc(alloc_len, GFP_NOFS); in plain_alloc_repbuf()
617 if (!req->rq_repbuf) in plain_alloc_repbuf()
628 kvfree(req->rq_repbuf); in plain_free_repbuf()
629 req->rq_repbuf = NULL; in plain_free_repbuf()
Dniobuf.c546 if (request->rq_repbuf == NULL) { in ptl_send_rpc()
593 reply_md.start = request->rq_repbuf; in ptl_send_rpc()
Devents.c95 LASSERT(ev->md.start == req->rq_repbuf); in reply_in_callback()
Dclient.c2239 if (request->rq_repbuf != NULL) in __ptlrpc_free_req()
/drivers/staging/lustre/lustre/include/
Dlustre_net.h1401 char *rq_repbuf; /* rep buffer */ member