Searched refs:rq_bulk (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | niobuf.c | 116 struct ptlrpc_bulk_desc *desc = req->rq_bulk; in ptlrpc_register_bulk() 245 struct ptlrpc_bulk_desc *desc = req->rq_bulk; in ptlrpc_unregister_bulk() 542 if (request->rq_bulk != NULL) { in ptl_send_rpc()
|
D | client.c | 154 req->rq_bulk = desc; in ptlrpc_prep_bulk_imp() 1268 if (!req->rq_bulk) { in after_reply() 1704 if (req->rq_bulk) { in ptlrpc_check_set() 1793 if (req->rq_bulk == NULL || req->rq_status < 0) { in ptlrpc_check_set() 1805 if (req->rq_bulk->bd_failure) { in ptlrpc_check_set() 2273 if (request->rq_bulk != NULL) in __ptlrpc_free_req() 2274 ptlrpc_free_bulk_pin(request->rq_bulk); in __ptlrpc_free_req() 2571 if (req->rq_bulk) { in ptlrpc_resend_req()
|
D | sec.c | 944 if (req->rq_bulk) { in sptlrpc_cli_wrap_request() 945 rc = sptlrpc_cli_wrap_bulk(req, req->rq_bulk); in sptlrpc_cli_wrap_request()
|
/linux-4.1.27/drivers/staging/lustre/lustre/osc/ |
D | osc_request.c | 1156 if (req->rq_bulk->bd_nob_transferred != requested_nob) { in check_write_rcs() 1158 req->rq_bulk->bd_nob_transferred, requested_nob); in check_write_rcs() 1539 LASSERT(req->rq_bulk->bd_nob == aa->aa_requested_nob); in osc_brw_fini_request() 1541 if (sptlrpc_cli_unwrap_bulk_write(req, req->rq_bulk)) in osc_brw_fini_request() 1560 rc = sptlrpc_cli_unwrap_bulk_read(req, req->rq_bulk, rc); in osc_brw_fini_request() 1572 if (rc != req->rq_bulk->bd_nob_transferred) { in osc_brw_fini_request() 1574 rc, req->rq_bulk->bd_nob_transferred); in osc_brw_fini_request() 1594 if (peer->nid == req->rq_bulk->bd_sender) { in osc_brw_fini_request() 1598 router = libcfs_nid2str(req->rq_bulk->bd_sender); in osc_brw_fini_request() 1837 req->rq_bulk->bd_nob_transferred); in brw_interpret() [all …]
|
/linux-4.1.27/drivers/staging/lustre/lustre/mdc/ |
D | mdc_request.c | 1114 rc = sptlrpc_cli_unwrap_bulk_read(req, req->rq_bulk, in mdc_readpage() 1115 req->rq_bulk->bd_nob_transferred); in mdc_readpage() 1121 if (req->rq_bulk->bd_nob_transferred & ~LU_PAGE_MASK) { in mdc_readpage() 1123 req->rq_bulk->bd_nob_transferred, in mdc_readpage()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | lustre_net.h | 1474 struct ptlrpc_bulk_desc *rq_bulk; member 2315 desc = req->rq_bulk; in ptlrpc_client_bulk_active()
|
/linux-4.1.27/drivers/staging/lustre/lustre/lmv/ |
D | lmv_obd.c | 2205 ncfspgs = ((*request)->rq_bulk->bd_nob_transferred + PAGE_CACHE_SIZE - 1) in lmv_readpage() 2207 nlupgs = (*request)->rq_bulk->bd_nob_transferred >> LU_PAGE_SHIFT; in lmv_readpage() 2208 LASSERT(!((*request)->rq_bulk->bd_nob_transferred & ~LU_PAGE_MASK)); in lmv_readpage()
|
/linux-4.1.27/drivers/staging/lustre/lustre/mgc/ |
D | mgc_request.c | 1411 ealen = sptlrpc_cli_unwrap_bulk_read(req, req->rq_bulk, 0); in mgc_process_recover_log()
|
/linux-4.1.27/drivers/staging/lustre/lustre/llite/ |
D | dir.c | 197 nrdpgs = (request->rq_bulk->bd_nob_transferred+PAGE_CACHE_SIZE-1) in ll_dir_filler()
|