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

/linux-master/drivers/md/
H A Draid5.c6210 sector_t writepos, readpos, safepos; local
6256 safepos = conf->reshape_safe;
6257 sector_div(safepos, data_disks);
6262 safepos += reshape_sectors;
6265 /* readpos and safepos are worst-case calculations.
6270 safepos -= min_t(sector_t, reshape_sectors, safepos);
6290 * 'safepos' is the least address recorded in the metadata as having
6293 * increasing the safepos/readpos if diff is negative, or
6299 * Otherwise if 'safepos' i
[all...]

Completed in 131 milliseconds