Lines Matching refs:r_num_ops
127 BUG_ON(__whch >= __oreq->r_num_ops); \
134 BUG_ON(which >= osd_req->r_num_ops); in osd_req_op_raw_data_in()
284 BUG_ON(which >= osd_req->r_num_ops); in osd_req_op_data_release()
335 for (which = 0; which < req->r_num_ops; which++) in ceph_osdc_release_request()
396 req->r_num_ops = num_ops; in ceph_osdc_alloc_request()
463 BUG_ON(which >= osd_req->r_num_ops); in _osd_req_op_init()
511 BUG_ON(which >= osd_req->r_num_ops); in osd_req_op_extent_update()
662 BUG_ON(which >= req->r_num_ops); in osd_req_encode_op()
1814 if (numops != req->r_num_ops) in handle_reply()
2453 ceph_encode_16(&p, (u16)req->r_num_ops); in ceph_osdc_build_request()
2455 for (i = 0; i < req->r_num_ops; i++) { in ceph_osdc_build_request()