Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A Dscsi_debug.c926 static unsigned int sdebug_store_sectors; variable
1272 lba = do_div(lba, sdebug_store_sectors); in lba2fake_store()
1283 sector = sector_div(sector, sdebug_store_sectors); in dif_store()
1892 if (sdebug_store_sectors > 0x400) in inquiry_vpd_b0()
1893 put_unaligned_be32(sdebug_store_sectors, arr + 4); in inquiry_vpd_b0()
2285 return sdebug_store_sectors; in get_sdebug_capacity()
3930 if (num > sdebug_store_sectors) { in check_device_access_params()
4211 block = do_div(lba, sdebug_store_sectors); in do_device_access()
4226 if (++block >= sdebug_store_sectors) in do_device_access()
4255 u32 store_blks = sdebug_store_sectors; in comp_write_worker()
[all …]