Home
last modified time | relevance | path

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

/fs/ceph/
Daddr.c1020 int num_ops = 0, op_idx; in ceph_writepages_start() local
1239 op_idx = 0; in ceph_writepages_start()
1250 if (op_idx + 1 == req->r_num_ops) in ceph_writepages_start()
1257 osd_req_op_extent_dup_last(req, op_idx, in ceph_writepages_start()
1261 osd_req_op_extent_osd_data_pages(req, op_idx, in ceph_writepages_start()
1264 osd_req_op_extent_update(req, op_idx, len); in ceph_writepages_start()
1269 op_idx++; in ceph_writepages_start()
1300 osd_req_op_extent_osd_data_pages(req, op_idx, data_pages, len, in ceph_writepages_start()
1302 osd_req_op_extent_update(req, op_idx, len); in ceph_writepages_start()
1304 BUG_ON(op_idx + 1 != req->r_num_ops); in ceph_writepages_start()