Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ceph/
Daddr.c861 int num_ops = 0, op_idx; in ceph_writepages_start() local
1058 op_idx = 0; in ceph_writepages_start()
1062 if (op_idx + 1 == req->r_num_ops) in ceph_writepages_start()
1064 osd_req_op_extent_dup_last(req, op_idx, in ceph_writepages_start()
1068 osd_req_op_extent_osd_data_pages(req, op_idx, in ceph_writepages_start()
1071 osd_req_op_extent_update(req, op_idx, len); in ceph_writepages_start()
1076 op_idx++; in ceph_writepages_start()
1096 osd_req_op_extent_osd_data_pages(req, op_idx, data_pages, len, in ceph_writepages_start()
1098 osd_req_op_extent_update(req, op_idx, len); in ceph_writepages_start()
1100 BUG_ON(op_idx + 1 != req->r_num_ops); in ceph_writepages_start()