Home
last modified time | relevance | path

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

/linux/include/linux/ceph/
A Dosd_client.h195 unsigned int r_num_ops; member
403 BUG_ON(__whch >= __oreq->r_num_ops); \
/linux/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()
551 unsigned int num_ops = req->r_num_ops; in request_reinit()
569 req->r_num_ops = num_ops; in request_reinit()
600 req->r_num_ops = num_ops; in ceph_osdc_alloc_request()
755 BUG_ON(which >= osd_req->r_num_ops); in osd_req_op_init()
797 BUG_ON(which >= osd_req->r_num_ops); in osd_req_op_extent_update()
2142 ceph_encode_16(&p, req->r_num_ops); in encode_request_partial()
2143 for (i = 0; i < req->r_num_ops; i++) { in encode_request_partial()
3741 if (m.num_ops != req->r_num_ops) { in handle_reply()
[all …]
A Ddebugfs.c218 for (i = 0; i < req->r_num_ops; i++) { in dump_request()
/linux/fs/ceph/
A Daddr.c654 for (i = 0; i < req->r_num_ops; i++) { in writepages_finish()
987 if (op_idx + 1 == req->r_num_ops) in ceph_writepages_start()
1025 BUG_ON(op_idx + 1 != req->r_num_ops); in ceph_writepages_start()
1029 BUG_ON(num_ops <= req->r_num_ops); in ceph_writepages_start()
1030 num_ops -= req->r_num_ops; in ceph_writepages_start()
1047 BUG_ON(num_ops != req->r_num_ops); in ceph_writepages_start()
/linux/drivers/block/
A Drbd.c1944 if (osd_req->r_num_ops == 1) in rbd_object_map_update_finish()
1950 rbd_assert(osd_req->r_num_ops == 2); in rbd_object_map_update_finish()

Completed in 33 milliseconds