Home
last modified time | relevance | path

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

/linux/drivers/s390/block/
H A Ddasd_eckd.c3550 sector_t first_trk, last_trk; in dasd_eckd_ese_format() local
3576 last_trk = last_rec; in dasd_eckd_ese_format()
3577 last_offs = sector_div(last_trk, recs_per_trk); in dasd_eckd_ese_format()
3600 if (curr_trk < first_trk || curr_trk > last_trk) { in dasd_eckd_ese_format()
3603 curr_trk, first_trk, last_trk); in dasd_eckd_ese_format()
3621 if (first_trk != last_trk && last_offs + 1 < recs_per_trk) { in dasd_eckd_ese_format()
3624 last_trk = last_rec; in dasd_eckd_ese_format()
3625 last_offs = sector_div(last_trk, recs_per_trk); in dasd_eckd_ese_format()
3630 if (test_and_set_format_track(first_trk, last_trk, cqr, in dasd_eckd_ese_format()
3640 first_trk, last_trk, in dasd_eckd_ese_format()
[all …]