Searched refs:rq_reqbuf (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | sec_null.c | 81 req->rq_reqbuf->lm_secflvr = SPTLRPC_FLVR_NULL; in null_ctx_sign() 85 null_encode_sec_part(req->rq_reqbuf, in null_ctx_sign() 158 if (!req->rq_reqbuf) { in null_alloc_reqbuf() 162 OBD_ALLOC_LARGE(req->rq_reqbuf, alloc_size); in null_alloc_reqbuf() 163 if (!req->rq_reqbuf) in null_alloc_reqbuf() 170 memset(req->rq_reqbuf, 0, msgsize); in null_alloc_reqbuf() 173 req->rq_reqmsg = req->rq_reqbuf; in null_alloc_reqbuf() 182 LASSERTF(req->rq_reqmsg == req->rq_reqbuf, in null_free_reqbuf() 184 req, req->rq_reqmsg, req->rq_reqbuf); in null_free_reqbuf() 189 OBD_FREE_LARGE(req->rq_reqbuf, req->rq_reqbuf_len); in null_free_reqbuf() [all …]
|
D | sec_plain.c | 193 struct lustre_msg *msg = req->rq_reqbuf; in plain_ctx_sign() 297 LASSERT(req->rq_reqbuf->lm_bufcount == PLAIN_PACK_SEGMENTS); in plain_cli_wrap_bulk() 299 bsd = lustre_msg_buf(req->rq_reqbuf, PLAIN_PACK_BULK_OFF, 0); in plain_cli_wrap_bulk() 341 LASSERT(req->rq_reqbuf->lm_bufcount == PLAIN_PACK_SEGMENTS); in plain_cli_unwrap_bulk() 559 if (!req->rq_reqbuf) { in plain_alloc_reqbuf() 563 OBD_ALLOC_LARGE(req->rq_reqbuf, alloc_len); in plain_alloc_reqbuf() 564 if (!req->rq_reqbuf) in plain_alloc_reqbuf() 571 memset(req->rq_reqbuf, 0, alloc_len); in plain_alloc_reqbuf() 574 lustre_init_msg_v2(req->rq_reqbuf, PLAIN_PACK_SEGMENTS, buflens, NULL); in plain_alloc_reqbuf() 575 req->rq_reqmsg = lustre_msg_buf(req->rq_reqbuf, PLAIN_PACK_MSG_OFF, 0); in plain_alloc_reqbuf() [all …]
|
D | sec.c | 866 if (req->rq_pool || !req->rq_reqbuf) in sptlrpc_request_out_callback() 869 OBD_FREE(req->rq_reqbuf, req->rq_reqbuf_len); in sptlrpc_request_out_callback() 870 req->rq_reqbuf = NULL; in sptlrpc_request_out_callback() 939 LASSERT(req->rq_reqbuf || req->rq_clrbuf); in sptlrpc_cli_wrap_request() 1550 LASSERT(req->rq_reqbuf || req->rq_clrbuf); in sptlrpc_cli_alloc_reqbuf() 1574 if (req->rq_reqbuf == NULL && req->rq_clrbuf == NULL) in sptlrpc_cli_free_reqbuf() 2022 struct lustre_msg *msg = req->rq_reqbuf; in sptlrpc_svc_unwrap_request()
|
D | client.c | 436 LASSERT(req->rq_reqbuf); in ptlrpc_free_rq_pool() 438 OBD_FREE_LARGE(req->rq_reqbuf, pool->prp_rq_size); in ptlrpc_free_rq_pool() 477 req->rq_reqbuf = msg; in ptlrpc_add_rqs_to_pool() 552 LASSERT(request->rq_reqbuf); in ptlrpc_prep_req_from_pool() 555 reqbuf = request->rq_reqbuf; in ptlrpc_prep_req_from_pool() 557 request->rq_reqbuf = reqbuf; in ptlrpc_prep_req_from_pool() 2276 if (request->rq_reqbuf != NULL || request->rq_clrbuf != NULL) in __ptlrpc_free_req()
|
D | niobuf.c | 367 LASSERT(req->rq_reqbuf != NULL); in ptlrpc_send_reply() 648 request->rq_reqbuf, request->rq_reqdata_len, in ptl_send_rpc()
|
D | events.c | 327 req->rq_reqbuf = ev->md.start + ev->offset; in request_in_callback()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | lustre_net.h | 1406 struct lustre_msg *rq_reqbuf; /* req wrapper */ member
|