Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/
Dscsi_debug.c3509 static unsigned long lba_to_map_index(sector_t lba) in lba_to_map_index() function
3534 index = lba_to_map_index(lba); in map_state()
3553 unsigned long index = lba_to_map_index(lba); in map_region()
3569 unsigned long index = lba_to_map_index(lba); in unmap_region()
7266 map_size = lba_to_map_index(sdebug_store_sectors - 1) + 1; in sdebug_add_store()