Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/md/
H A Draid5.c5959 sector_t writepos, readpos, safepos; in reshape_request() local
6005 safepos = conf->reshape_safe; in reshape_request()
6006 sector_div(safepos, data_disks); in reshape_request()
6011 safepos += reshape_sectors; in reshape_request()
6014 /* readpos and safepos are worst-case calculations. in reshape_request()
6019 safepos -= min_t(sector_t, reshape_sectors, safepos); in reshape_request()
6039 * 'safepos' is the least address recorded in the metadata as having in reshape_request()
6042 * increasing the safepos/readpos if diff is negative, or in reshape_request()
6048 * Otherwise if 'safepos' i in reshape_request()
[all...]
/kernel/linux/linux-6.6/drivers/md/
H A Draid5.c6281 sector_t writepos, readpos, safepos; in reshape_request() local
6327 safepos = conf->reshape_safe; in reshape_request()
6328 sector_div(safepos, data_disks); in reshape_request()
6333 safepos += reshape_sectors; in reshape_request()
6336 /* readpos and safepos are worst-case calculations. in reshape_request()
6341 safepos -= min_t(sector_t, reshape_sectors, safepos); in reshape_request()
6361 * 'safepos' is the least address recorded in the metadata as having in reshape_request()
6364 * increasing the safepos/readpos if diff is negative, or in reshape_request()
6370 * Otherwise if 'safepos' i in reshape_request()
[all...]

Completed in 18 milliseconds