Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/md/
Draid0.c314 unsigned int sect_in_chunk; in map_sector() local
323 sect_in_chunk = sector & (chunk_sects - 1); in map_sector()
330 sect_in_chunk = sector_div(sector, chunk_sects); in map_sector()
339 *sector_offset = (chunk * chunk_sects) + sect_in_chunk; in map_sector()