Home
last modified time | relevance | path

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

/Linux-v6.6/net/ceph/
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()
521 for (which = 0; which < req->r_num_ops; which++) in ceph_osdc_release_request()
529 else if (req->r_num_ops <= CEPH_OSD_SLAB_OPS) in ceph_osdc_release_request()
590 req->r_num_ops = num_ops; in ceph_osdc_alloc_request()
627 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()
684 for (op = req->r_ops; op != &req->r_ops[req->r_num_ops]; op++) { in get_num_data_items()
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()
[all …]
Ddebugfs.c218 for (i = 0; i < req->r_num_ops; i++) { in dump_request()
/Linux-v6.6/include/linux/ceph/
Dosd_client.h251 unsigned int r_num_ops; member
463 BUG_ON(__whch >= __oreq->r_num_ops); \
/Linux-v6.6/fs/ceph/
Daddr.c863 for (i = 0; i < req->r_num_ops; i++) { in writepages_finish()
1248 if (op_idx + 1 == req->r_num_ops) in ceph_writepages_start()
1302 BUG_ON(op_idx + 1 != req->r_num_ops); in ceph_writepages_start()
1306 BUG_ON(num_ops <= req->r_num_ops); in ceph_writepages_start()
1307 num_ops -= req->r_num_ops; in ceph_writepages_start()
1324 BUG_ON(num_ops != req->r_num_ops); in ceph_writepages_start()
/Linux-v6.6/drivers/block/
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()