Searched refs:sdebug_store_sectors (Results 1 – 1 of 1) sorted by relevance
954 static unsigned int sdebug_store_sectors; variable1292 lba = do_div(lba, sdebug_store_sectors); in lba2fake_store()1918 if (sdebug_store_sectors > 0x400) in inquiry_vpd_b0()2304 return sdebug_store_sectors; in get_sdebug_capacity()3892 if (num > sdebug_store_sectors) { in check_device_access_params()4173 block = do_div(lba, sdebug_store_sectors); in do_device_access()4188 if (++block >= sdebug_store_sectors) in do_device_access()4217 u32 store_blks = sdebug_store_sectors; in comp_write_worker()5627 block = do_div(lba, sdebug_store_sectors); in resp_pre_fetch()5628 if (block + nblks > sdebug_store_sectors) in resp_pre_fetch()[all …]