Home
last modified time | relevance | path

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

/linux/include/linux/ceph/
H A Dosd_client.h252 unsigned int r_num_ops; member
282 struct ceph_osd_req_op r_ops[] __counted_by(r_num_ops);
462 BUG_ON(__whch >= __oreq->r_num_ops); \
/linux/net/ceph/
H A Dosd_client.c184 BUG_ON(which >= osd_req->r_num_ops); in osd_req_op_raw_data_in()
376 BUG_ON(which >= osd_req->r_num_ops); in osd_req_op_data_release()
498 for (which = 0; which < req->r_num_ops; which++) in ceph_osdc_release_request()
506 else if (req->r_num_ops <= CEPH_OSD_SLAB_OPS) in ceph_osdc_release_request()
567 req->r_num_ops = num_ops; in ceph_osdc_alloc_request()
604 msg_size += 2 + req->r_num_ops * sizeof(struct ceph_osd_op); in __ceph_osdc_alloc_messages()
625 msg_size += req->r_num_ops * sizeof(struct ceph_osd_op); in __ceph_osdc_alloc_messages()
661 for (op = req->r_ops; op != &req->r_ops[req->r_num_ops]; op++) { in get_num_data_items()
723 BUG_ON(which >= osd_req->r_num_ops); in osd_req_op_init()
765 BUG_ON(which >= osd_req->r_num_ops); in osd_req_op_extent_update()
[all …]
H A Ddebugfs.c224 for (i = 0; i < req->r_num_ops; i++) { in dump_request()
/linux/fs/ceph/
H A Daddr.c910 for (i = 0; i < req->r_num_ops; i++) { in writepages_finish()
1496 if (ceph_wbc->op_idx + 1 == req->r_num_ops) in ceph_submit_write()
1561 BUG_ON(ceph_wbc->op_idx + 1 != req->r_num_ops); in ceph_submit_write()
1565 BUG_ON(ceph_wbc->num_ops <= req->r_num_ops); in ceph_submit_write()
1566 ceph_wbc->num_ops -= req->r_num_ops; in ceph_submit_write()
1577 BUG_ON(ceph_wbc->num_ops != req->r_num_ops); in ceph_submit_write()