Lines Matching refs:cur_pos
3622 int cur_pos = 0;
3634 cur_pos = tmp - from + 1;
3638 if (to - (from + cur_pos) + 1 >= trks_per_ext) {
3640 count += (tmp - (from + cur_pos) + 1) / trks_per_ext;
3641 cur_pos = tmp;
3644 if (cur_pos < to)
3780 int cur_pos;
3791 cur_pos = from;
3795 while (cur_pos < to) {
3796 stop = cur_pos + step -
3797 ((cur_pos + step) % trks_per_ext) - 1;
3801 cqr = dasd_eckd_dso_ras(device, NULL, NULL, cur_pos, stop, 1);
3816 cur_pos = stop + 1;