Home
last modified time | relevance | path

Searched refs:r_num_ops (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/net/ceph/
H A Dosd_client.c184 BUG_ON(which >= osd_req->r_num_ops); in osd_req_op_raw_data_in()
399 BUG_ON(which >= osd_req->r_num_ops); in osd_req_op_data_release()
590 req->r_num_ops = num_ops; in ceph_osdc_alloc_request()
746 BUG_ON(which >= osd_req->r_num_ops); in osd_req_op_init()
788 BUG_ON(which >= osd_req->r_num_ops); in osd_req_op_extent_update()
807 BUG_ON(which + 1 >= osd_req->r_num_ops); in osd_req_op_extent_dup_last()
2202 ceph_encode_16(&p, req->r_num_ops); in encode_request_partial()
2203 for (i = 0; i < req->r_num_ops; i++) { in encode_request_partial()
3856 if (m.num_ops != req->r_num_ops) { in handle_reply()
3858 req->r_num_ops, req->r_tid); in handle_reply()
[all …]
H A Ddebugfs.c218 for (i = 0; i < req->r_num_ops; i++) { in dump_request()
/openbmc/linux/include/linux/ceph/
H A Dosd_client.h252 unsigned int r_num_ops; member
464 BUG_ON(__whch >= __oreq->r_num_ops); \
/openbmc/linux/fs/ceph/
H A Daddr.c865 for (i = 0; i < req->r_num_ops; i++) { in writepages_finish()
1250 if (op_idx + 1 == req->r_num_ops) in ceph_writepages_start()
1304 BUG_ON(op_idx + 1 != req->r_num_ops); in ceph_writepages_start()
1308 BUG_ON(num_ops <= req->r_num_ops); in ceph_writepages_start()
1309 num_ops -= req->r_num_ops; in ceph_writepages_start()
1326 BUG_ON(num_ops != req->r_num_ops); in ceph_writepages_start()
/openbmc/linux/drivers/block/
H A Drbd.c1966 if (osd_req->r_num_ops == 1) in rbd_object_map_update_finish()
1972 rbd_assert(osd_req->r_num_ops == 2); in rbd_object_map_update_finish()