Searched refs:rq_bulk_read (Results 1 – 4 of 4) sorted by relevance
310 if (req->rq_bulk_read) in plain_cli_wrap_bulk()552 LASSERT(req->rq_bulk_read || req->rq_bulk_write); in plain_alloc_reqbuf()605 LASSERT(req->rq_bulk_read || req->rq_bulk_write); in plain_alloc_repbuf()792 if (req->rq_pack_bulk && (req->rq_bulk_read || req->rq_bulk_write)) in plain_alloc_rs()922 LASSERT(req->rq_bulk_read); in plain_svc_wrap_bulk()
763 LASSERT(req->rq_bulk_read == 0 || req->rq_bulk_write == 0); in sptlrpc_req_set_flavor()771 req->rq_bulk_read = 1; in sptlrpc_req_set_flavor()813 if ((req->rq_bulk_read || req->rq_bulk_write) && in sptlrpc_req_set_flavor()2094 LASSERT(req->rq_bulk_read || req->rq_bulk_write); in sptlrpc_cli_wrap_bulk()2117 LASSERT(req->rq_bulk_read && !req->rq_bulk_write); in sptlrpc_cli_unwrap_bulk_read()2142 LASSERT(!req->rq_bulk_read && req->rq_bulk_write); in sptlrpc_cli_unwrap_bulk_write()
1521 req->rq_bulk_read = 1; in ptlrpc_server_handle_req_in()
1378 rq_bulk_read:1, /* request bulk read */ member