• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/s390/block/

Lines Matching refs:blk_per_trk

672  * if (dasd_eckd_cdl_special(blk_per_trk, recid))
676 dasd_eckd_cdl_special(int blk_per_trk, int recid)
680 if (recid < blk_per_trk)
682 if (recid < 2 * blk_per_trk)
1391 unsigned int sb, blk_per_trk;
1458 blk_per_trk = recs_per_track(&private->rdc_data, 0, block->bp_block);
1461 blk_per_trk);
1468 blk_per_trk * (block->bp_block >> 9)) >> 1),
1469 ((blk_per_trk * block->bp_block) >> 10),
1829 unsigned int blk_per_trk,
1891 if (private->uses_cdl && first_rec < 2*blk_per_trk) {
1892 if (last_rec >= 2*blk_per_trk)
1893 count = 2*blk_per_trk - first_rec;
1930 if (private->uses_cdl == 0 || recid > 2*blk_per_trk) {
1948 unsigned int recoffs = sector_div(trkid, blk_per_trk);
1952 if (private->uses_cdl && recid < 2*blk_per_trk) {
1953 if (dasd_eckd_cdl_special(blk_per_trk, recid)){
1967 if (private->uses_cdl && recid == 2*blk_per_trk) {
2015 unsigned int blk_per_trk,
2107 recoffs = sector_div(trkid, blk_per_trk);
2108 count_to_trk_end = blk_per_trk - recoffs;
2190 unsigned int blk_per_trk)
2280 dedata->ep_rec_per_track = blk_per_trk;
2324 unsigned int blk_per_trk,
2392 tlf, blk_per_trk) == -EAGAIN) {
2444 unsigned int blk_per_trk, blksize;
2453 blk_per_trk = recs_per_track(&private->rdc_data, 0, blksize);
2454 if (blk_per_trk == 0)
2458 first_offs = sector_div(first_trk, blk_per_trk);
2461 last_offs = sector_div(last_trk, blk_per_trk);
2462 cdlspecial = (private->uses_cdl && first_rec < 2*blk_per_trk);
2487 blk_per_trk, blksize);
2497 blk_per_trk, blksize);
2506 blk_per_trk, blksize);
2518 unsigned int blksize, blk_per_trk, off;
2526 blk_per_trk = recs_per_track(&private->rdc_data, 0, blksize);
2531 if (private->uses_cdl == 0 || recid > 2*blk_per_trk)
2537 if (private->uses_cdl && recid <= 2*blk_per_trk)