Searched refs:rq_bulk_read (Results 1 – 4 of 4) sorted by relevance
310 if (req->rq_bulk_read) in plain_cli_wrap_bulk()553 LASSERT(req->rq_bulk_read || req->rq_bulk_write); in plain_alloc_reqbuf()606 LASSERT(req->rq_bulk_read || req->rq_bulk_write); in plain_alloc_repbuf()793 if (req->rq_pack_bulk && (req->rq_bulk_read || req->rq_bulk_write)) in plain_alloc_rs()923 LASSERT(req->rq_bulk_read); in plain_svc_wrap_bulk()
805 LASSERT(req->rq_bulk_read == 0 || req->rq_bulk_write == 0); in sptlrpc_req_set_flavor()813 req->rq_bulk_read = 1; in sptlrpc_req_set_flavor()855 if ((req->rq_bulk_read || req->rq_bulk_write) && in sptlrpc_req_set_flavor()2214 LASSERT(req->rq_bulk_read || req->rq_bulk_write); in sptlrpc_cli_wrap_bulk()2237 LASSERT(req->rq_bulk_read && !req->rq_bulk_write); in sptlrpc_cli_unwrap_bulk_read()2262 LASSERT(!req->rq_bulk_read && req->rq_bulk_write); in sptlrpc_cli_unwrap_bulk_write()
1807 req->rq_bulk_read = 1; in ptlrpc_server_handle_req_in()
1384 rq_bulk_read:1, /* request bulk read */ member