Searched refs:first_rec (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/block/
H A Ddasd_fba.c241 sector_t recid, first_rec, last_rec; local
255 first_rec = req->sector >> device->s2b_shift;
274 if (count != last_rec - first_rec + 1)
306 recid = first_rec;
323 recid - first_rec, 1);
327 if (recid > first_rec)
H A Ddasd_diag.c478 sector_t recid, first_rec, last_rec; local
491 first_rec = req->sector >> device->s2b_shift;
504 if (count != last_rec - first_rec + 1)
517 recid = first_rec;
H A Ddasd_eckd.c1184 sector_t recid, first_rec, last_rec; local
1201 first_rec = first_trk = req->sector >> device->s2b_shift;
1223 if (count != last_rec - first_rec + 1)
1231 if (private->uses_cdl && first_rec < 2*blk_per_trk) {
1233 count = 2*blk_per_trk - first_rec;
1253 recid = first_rec;

Completed in 133 milliseconds