Home
last modified time | relevance | path

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

/linux-4.1.27/net/ceph/
Dosd_client.c125 BUG_ON(whch >= (oreq)->r_num_ops); \
132 BUG_ON(which >= osd_req->r_num_ops); in osd_req_op_raw_data_in()
282 BUG_ON(which >= osd_req->r_num_ops); in osd_req_op_data_release()
329 for (which = 0; which < req->r_num_ops; which++) in ceph_osdc_release_request()
390 req->r_num_ops = num_ops; in ceph_osdc_alloc_request()
457 BUG_ON(which >= osd_req->r_num_ops); in _osd_req_op_init()
502 BUG_ON(which >= osd_req->r_num_ops); in osd_req_op_extent_update()
649 BUG_ON(which >= req->r_num_ops); in osd_req_encode_op()
1800 if (numops != req->r_num_ops) in handle_reply()
2439 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.1.27/include/linux/ceph/
Dosd_client.h138 unsigned int r_num_ops; member
/linux-4.1.27/drivers/block/
Drbd.c1831 rbd_assert(osd_req->r_num_ops <= CEPH_OSD_MAX_OP); in rbd_osd_req_callback()