Home
last modified time | relevance | path

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

/linux-6.15/include/linux/ceph/
H A Dosd_client.h252 unsigned int r_num_ops; member
282 struct ceph_osd_req_op r_ops[] __counted_by(r_num_ops);
462 BUG_ON(__whch >= __oreq->r_num_ops); \
/linux-6.15/net/ceph/
H A Dosd_client.c184 BUG_ON(which >= osd_req->r_num_ops); in osd_req_op_raw_data_in()
376 BUG_ON(which >= osd_req->r_num_ops); in osd_req_op_data_release()
567 req->r_num_ops = num_ops; in ceph_osdc_alloc_request()
723 BUG_ON(which >= osd_req->r_num_ops); in osd_req_op_init()
765 BUG_ON(which >= osd_req->r_num_ops); in osd_req_op_extent_update()
784 BUG_ON(which + 1 >= osd_req->r_num_ops); in osd_req_op_extent_dup_last()
2181 ceph_encode_16(&p, req->r_num_ops); in encode_request_partial()
2182 for (i = 0; i < req->r_num_ops; i++) { in encode_request_partial()
3835 if (m.num_ops != req->r_num_ops) { in handle_reply()
3837 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()
/linux-6.15/fs/ceph/
H A Daddr.c899 for (i = 0; i < req->r_num_ops; i++) { in writepages_finish()
1487 if (ceph_wbc->op_idx + 1 == req->r_num_ops) in ceph_submit_write()
1552 BUG_ON(ceph_wbc->op_idx + 1 != req->r_num_ops); in ceph_submit_write()
1556 BUG_ON(ceph_wbc->num_ops <= req->r_num_ops); in ceph_submit_write()
1557 ceph_wbc->num_ops -= req->r_num_ops; in ceph_submit_write()
1568 BUG_ON(ceph_wbc->num_ops != req->r_num_ops); in ceph_submit_write()
/linux-6.15/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()