Searched refs:sdebug_store_sectors (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/scsi/
H A Dscsi_debug.c867 static unsigned int sdebug_store_sectors; variable
1196 lba = do_div(lba, sdebug_store_sectors);
1207 sector = sector_div(sector, sdebug_store_sectors);
1792 if (sdebug_store_sectors > 0x400)
1793 put_unaligned_be32(sdebug_store_sectors, arr + 4);
2162 return sdebug_store_sectors;
3349 if (num > sdebug_store_sectors) {
3408 block = do_div(lba, sdebug_store_sectors);
3409 if (block + num > sdebug_store_sectors)
3410 rest = block + num - sdebug_store_sectors;
[all...]

Completed in 365 milliseconds