Lines Matching refs:r_num_ops
172 BUG_ON(__whch >= __oreq->r_num_ops); \
179 BUG_ON(which >= osd_req->r_num_ops); in osd_req_op_raw_data_in()
374 BUG_ON(which >= osd_req->r_num_ops); in osd_req_op_data_release()
489 for (which = 0; which < req->r_num_ops; which++) in ceph_osdc_release_request()
497 else if (req->r_num_ops <= CEPH_OSD_SLAB_OPS) in ceph_osdc_release_request()
546 unsigned int num_ops = req->r_num_ops; in request_reinit()
564 req->r_num_ops = num_ops; in request_reinit()
595 req->r_num_ops = num_ops; in ceph_osdc_alloc_request()
629 msg_size += 2 + req->r_num_ops * sizeof(struct ceph_osd_op); in ceph_osdc_alloc_messages()
648 msg_size += req->r_num_ops * sizeof(struct ceph_osd_op); in ceph_osdc_alloc_messages()
685 BUG_ON(which >= osd_req->r_num_ops); in _osd_req_op_init()
733 BUG_ON(which >= osd_req->r_num_ops); in osd_req_op_extent_update()
752 BUG_ON(which + 1 >= osd_req->r_num_ops); in osd_req_op_extent_dup_last()
1858 for (i = 0; i < req->r_num_ops; i++) { in setup_request_data()
1989 ceph_encode_16(&p, req->r_num_ops); in encode_request_partial()
1990 for (i = 0; i < req->r_num_ops; i++) { in encode_request_partial()
3550 if (m.num_ops != req->r_num_ops) { in handle_reply()
3552 req->r_num_ops, req->r_tid); in handle_reply()
3555 for (i = 0; i < req->r_num_ops; i++) { in handle_reply()