Lines Matching defs:cur_pos
3710 int cur_pos = 0;
3722 cur_pos = tmp - from + 1;
3726 if (to - (from + cur_pos) + 1 >= trks_per_ext) {
3728 count += (tmp - (from + cur_pos) + 1) / trks_per_ext;
3729 cur_pos = tmp;
3732 if (cur_pos < to)
3895 int cur_pos;
3906 cur_pos = from;
3910 while (cur_pos < to) {
3911 stop = cur_pos + step -
3912 ((cur_pos + step) % trks_per_ext) - 1;
3916 cqr = dasd_eckd_dso_ras(device, NULL, NULL, cur_pos, stop, 1);
3931 cur_pos = stop + 1;