Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/
Dscsi_debug.c807 static unsigned int sdebug_store_sectors; variable
888 lba = do_div(lba, sdebug_store_sectors); in lba2fake_store()
899 sector = sector_div(sector, sdebug_store_sectors); in dif_store()
1487 if (sdebug_store_sectors > 0x400) in inquiry_vpd_b0()
1488 put_unaligned_be32(sdebug_store_sectors, arr + 4); in inquiry_vpd_b0()
1853 return sdebug_store_sectors; in get_sdebug_capacity()
2985 if (num > sdebug_store_sectors) { in check_device_access_params()
3039 block = do_div(lba, sdebug_store_sectors); in do_device_access()
3040 if (block + num > sdebug_store_sectors) in do_device_access()
3041 rest = block + num - sdebug_store_sectors; in do_device_access()
[all …]