Searched refs:r_num_ops (Results 1 – 5 of 5) sorted by relevance
195 unsigned int r_num_ops; member406 BUG_ON(__whch >= __oreq->r_num_ops); \
739 for (i = 0; i < req->r_num_ops; i++) { in writepages_finish()1084 if (op_idx + 1 == req->r_num_ops) in ceph_writepages_start()1130 BUG_ON(op_idx + 1 != req->r_num_ops); in ceph_writepages_start()1134 BUG_ON(num_ops <= req->r_num_ops); in ceph_writepages_start()1135 num_ops -= req->r_num_ops; in ceph_writepages_start()1152 BUG_ON(num_ops != req->r_num_ops); in ceph_writepages_start()
177 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()563 req->r_num_ops = num_ops; in ceph_osdc_alloc_request()718 BUG_ON(which >= osd_req->r_num_ops); in osd_req_op_init()760 BUG_ON(which >= osd_req->r_num_ops); in osd_req_op_extent_update()779 BUG_ON(which + 1 >= osd_req->r_num_ops); in osd_req_op_extent_dup_last()2121 ceph_encode_16(&p, req->r_num_ops); in encode_request_partial()2122 for (i = 0; i < req->r_num_ops; i++) { in encode_request_partial()3766 if (m.num_ops != req->r_num_ops) { in handle_reply()3768 req->r_num_ops, req->r_tid); in handle_reply()[all …]
218 for (i = 0; i < req->r_num_ops; i++) { in dump_request()
1943 if (osd_req->r_num_ops == 1) in rbd_object_map_update_finish()1949 rbd_assert(osd_req->r_num_ops == 2); in rbd_object_map_update_finish()
Completed in 29 milliseconds