Home
last modified time | relevance | path

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

/linux-4.4.14/net/ceph/
Dosd_client.c127 BUG_ON(__whch >= __oreq->r_num_ops); \
134 BUG_ON(which >= osd_req->r_num_ops); in osd_req_op_raw_data_in()
284 BUG_ON(which >= osd_req->r_num_ops); in osd_req_op_data_release()
335 for (which = 0; which < req->r_num_ops; which++) in ceph_osdc_release_request()
396 req->r_num_ops = num_ops; in ceph_osdc_alloc_request()
463 BUG_ON(which >= osd_req->r_num_ops); in _osd_req_op_init()
511 BUG_ON(which >= osd_req->r_num_ops); in osd_req_op_extent_update()
662 BUG_ON(which >= req->r_num_ops); in osd_req_encode_op()
1814 if (numops != req->r_num_ops) in handle_reply()
2453 ceph_encode_16(&p, (u16)req->r_num_ops); in ceph_osdc_build_request()
[all …]
Ddebugfs.c169 for (i = 0; i < req->r_num_ops; i++) { in osdc_show()
/linux-4.4.14/include/linux/ceph/
Dosd_client.h138 unsigned int r_num_ops; member
/linux-4.4.14/drivers/block/
Drbd.c1850 rbd_assert(osd_req->r_num_ops <= CEPH_OSD_MAX_OP); in rbd_osd_req_callback()