Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/ceph/
A Dosd_client.h195 unsigned int r_num_ops; member
406 BUG_ON(__whch >= __oreq->r_num_ops); \
/linux-6.3-rc2/fs/ceph/
A Daddr.c739 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()
/linux-6.3-rc2/net/ceph/
A Dosd_client.c177 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 …]
A Ddebugfs.c218 for (i = 0; i < req->r_num_ops; i++) { in dump_request()
/linux-6.3-rc2/drivers/block/
A Drbd.c1943 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