Home
last modified time | relevance | path

Searched refs:lbaa (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/
H A Dscsi_debug.c3729 u64 block, lbaa; in resp_write_same() local
3750 lbaa = lba; in resp_write_same()
3751 block = do_div(lbaa, sdebug_store_sectors); in resp_write_same()
3771 lbaa = lba + i; in resp_write_same()
3772 block = do_div(lbaa, sdebug_store_sectors); in resp_write_same()
/kernel/linux/linux-6.6/drivers/scsi/
H A Dscsi_debug.c3883 u64 block, lbaa; in resp_write_same() local
3903 lbaa = lba; in resp_write_same()
3904 block = do_div(lbaa, sdebug_store_sectors); in resp_write_same()
3924 lbaa = lba + i; in resp_write_same()
3925 block = do_div(lbaa, sdebug_store_sectors); in resp_write_same()

Completed in 26 milliseconds