Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/md/
H A Draid5.h596 long long min_offset_diff; /* minimum difference between member
H A Draid10.c3750 sector_t min_offset_diff = 0; in raid10_run() local
3816 if (first || diff < min_offset_diff) in raid10_run()
3817 min_offset_diff = diff; in raid10_run()
3914 if (max(before_length, after_length) > min_offset_diff) { in raid10_run()
3919 conf->offset_diff = min_offset_diff; in raid10_run()
4179 sector_t min_offset_diff = 0; in raid10_start_reshape() local
4209 if (first || diff < min_offset_diff) in raid10_start_reshape()
4210 min_offset_diff = diff; in raid10_start_reshape()
4215 if (max(before_length, after_length) > min_offset_diff) in raid10_start_reshape()
4221 conf->offset_diff = min_offset_diff; in raid10_start_reshape()
[all...]
H A Draid5.c6041 * If there is a min_offset_diff, these are adjusted either by in reshape_request()
6057 if (conf->min_offset_diff < 0) { in reshape_request()
6058 safepos += -conf->min_offset_diff; in reshape_request()
6059 readpos += -conf->min_offset_diff; in reshape_request()
6061 writepos += conf->min_offset_diff; in reshape_request()
7444 long long min_offset_diff = 0; in raid5_run() local
7465 min_offset_diff = diff; in raid5_run()
7468 diff < min_offset_diff) in raid5_run()
7469 min_offset_diff = diff; in raid5_run()
7471 diff > min_offset_diff) in raid5_run()
[all...]
/kernel/linux/linux-6.6/drivers/md/
H A Draid5.h608 long long min_offset_diff; /* minimum difference between member
H A Draid10.c4154 sector_t min_offset_diff = 0; in raid10_run() local
4216 if (first || diff < min_offset_diff) in raid10_run()
4217 min_offset_diff = diff; in raid10_run()
4303 if (max(before_length, after_length) > min_offset_diff) { in raid10_run()
4308 conf->offset_diff = min_offset_diff; in raid10_run()
4567 sector_t min_offset_diff = 0; in raid10_start_reshape() local
4597 if (first || diff < min_offset_diff) in raid10_start_reshape()
4598 min_offset_diff = diff; in raid10_start_reshape()
4603 if (max(before_length, after_length) > min_offset_diff) in raid10_start_reshape()
4609 conf->offset_diff = min_offset_diff; in raid10_start_reshape()
[all...]
H A Draid5.c6363 * If there is a min_offset_diff, these are adjusted either by in reshape_request()
6379 if (conf->min_offset_diff < 0) { in reshape_request()
6380 safepos += -conf->min_offset_diff; in reshape_request()
6381 readpos += -conf->min_offset_diff; in reshape_request()
6383 writepos += conf->min_offset_diff; in reshape_request()
7787 long long min_offset_diff = 0; in raid5_run() local
7808 min_offset_diff = diff; in raid5_run()
7811 diff < min_offset_diff) in raid5_run()
7812 min_offset_diff = diff; in raid5_run()
7814 diff > min_offset_diff) in raid5_run()
[all...]

Completed in 34 milliseconds