Home
last modified time | relevance | path

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

/Linux-v4.19/net/ceph/
Dosd_client.c172 BUG_ON(__whch >= __oreq->r_num_ops); \
179 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()
489 for (which = 0; which < req->r_num_ops; which++) in ceph_osdc_release_request()
497 else if (req->r_num_ops <= CEPH_OSD_SLAB_OPS) in ceph_osdc_release_request()
546 unsigned int num_ops = req->r_num_ops; in request_reinit()
564 req->r_num_ops = num_ops; in request_reinit()
595 req->r_num_ops = num_ops; in ceph_osdc_alloc_request()
629 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()
[all …]
Ddebugfs.c216 for (i = 0; i < req->r_num_ops; i++) { in dump_request()
/Linux-v4.19/fs/ceph/
Daddr.c737 for (i = 0; i < req->r_num_ops; i++) { in writepages_finish()
1069 if (op_idx + 1 == req->r_num_ops) in ceph_writepages_start()
1107 BUG_ON(op_idx + 1 != req->r_num_ops); in ceph_writepages_start()
1111 BUG_ON(num_ops <= req->r_num_ops); in ceph_writepages_start()
1112 num_ops -= req->r_num_ops; in ceph_writepages_start()
1129 BUG_ON(num_ops != req->r_num_ops); in ceph_writepages_start()
/Linux-v4.19/include/linux/ceph/
Dosd_client.h185 unsigned int r_num_ops; member
/Linux-v4.19/drivers/block/
Drbd.c1816 rbd_assert(which == obj_req->osd_req->r_num_ops); in __rbd_obj_setup_write()
1878 rbd_assert(which == obj_req->osd_req->r_num_ops); in __rbd_obj_setup_discard()
2361 unsigned int num_osd_ops = obj_req->osd_req->r_num_ops; in rbd_obj_issue_copyup()