Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/md/
Draid0.c329 unsigned int sect_in_chunk; in map_sector() local
338 sect_in_chunk = sector & (chunk_sects - 1); in map_sector()
345 sect_in_chunk = sector_div(sector, chunk_sects); in map_sector()
354 *sector_offset = (chunk * chunk_sects) + sect_in_chunk; in map_sector()