Symbol: MaxSector
drivers/md/dm-raid.c
1187
rs->dev[i].rdev.recovery_offset = MaxSector;
drivers/md/dm-raid.c
1698
rs->md.resync_offset = MaxSector;
drivers/md/dm-raid.c
1712
? MaxSector : dev_sectors;
drivers/md/dm-raid.c
2165
if (le64_to_cpu(sb->reshape_position) != MaxSector) {
drivers/md/dm-raid.c
2256
mddev->reshape_position = MaxSector;
drivers/md/dm-raid.c
2501
if (rdev->recovery_offset == MaxSector)
drivers/md/dm-raid.c
2764
mddev->resync_offset = MaxSector;
drivers/md/dm-raid.c
2904
rdev->recovery_offset = rs_is_raid1(rs) ? 0 : MaxSector;
drivers/md/dm-raid.c
3179
rs_setup_recovery(rs, MaxSector);
drivers/md/dm-raid.c
3211
rs_setup_recovery(rs, MaxSector);
drivers/md/dm-raid.c
3220
rs_setup_recovery(rs, MaxSector);
drivers/md/dm-raid.c
3405
if (mddev->reshape_position != MaxSector)
drivers/md/dm-raid.c
4089
if (mddev->resync_offset && mddev->resync_offset < MaxSector) {
drivers/md/dm-raid.c
447
return rs->md.reshape_position != MaxSector;
drivers/md/dm-raid.c
771
rs->md.resync_offset = MaxSector;
drivers/md/md-cluster.c
1035
if ((cinfo->slot_number > 0 && mddev->resync_offset != MaxSector) ||
drivers/md/md-cluster.c
1036
(mddev->reshape_position != MaxSector &&
drivers/md/md-cluster.c
336
mddev->reshape_position != MaxSector)
drivers/md/md-cluster.c
344
if (mddev->resync_offset != MaxSector) {
drivers/md/md.c
10028
if (mddev->reshape_position == MaxSector &&
drivers/md/md.c
10161
mddev->resync_offset == MaxSector)
drivers/md/md.c
10643
mddev->reshape_position != MaxSector &&
drivers/md/md.c
10646
mddev->reshape_position = MaxSector;
drivers/md/md.c
10693
if (rdev->recovery_offset == MaxSector &&
drivers/md/md.c
1182
else if (rdev->mddev->reshape_position != MaxSector &&
drivers/md/md.c
1513
mddev->reshape_position = MaxSector;
drivers/md/md.c
1523
mddev->resync_offset = MaxSector;
drivers/md/md.c
1642
if (mddev->reshape_position == MaxSector)
drivers/md/md.c
1658
if (mddev->resync_offset == MaxSector)
drivers/md/md.c
2052
mddev->reshape_position = MaxSector;
drivers/md/md.c
2204
sb->resync_offset = cpu_to_le64(MaxSector);
drivers/md/md.c
2250
if (mddev->reshape_position != MaxSector) {
drivers/md/md.c
2882
&& (mddev->in_sync && mddev->resync_offset == MaxSector)
drivers/md/md.c
3553
recovery_start == MaxSector)
drivers/md/md.c
3564
recovery_start = MaxSector;
drivers/md/md.c
3573
if (recovery_start == MaxSector)
drivers/md/md.c
4069
mddev->reshape_position != MaxSector ||
drivers/md/md.c
4341
if (mddev->reshape_position != MaxSector &&
drivers/md/md.c
4374
if (mddev->reshape_position == MaxSector)
drivers/md/md.c
4388
if (mddev->reshape_position != MaxSector &&
drivers/md/md.c
4412
else if (mddev->reshape_position != MaxSector) {
drivers/md/md.c
4449
if (mddev->reshape_position != MaxSector &&
drivers/md/md.c
4483
if (mddev->reshape_position == MaxSector)
drivers/md/md.c
4495
if (mddev->resync_offset == MaxSector)
drivers/md/md.c
4507
n = MaxSector;
drivers/md/md.c
5044
if (mddev->resync_offset < MaxSector)
drivers/md/md.c
5047
if (mddev->reshape_position != MaxSector)
drivers/md/md.c
5052
if (rdev_needs_recovery(rdev, MaxSector)) {
drivers/md/md.c
5222
if (mddev->reshape_position == MaxSector ||
drivers/md/md.c
5563
if (mddev->resync_max == MaxSector)
drivers/md/md.c
5575
mddev->resync_max = MaxSector;
drivers/md/md.c
5677
if (mddev->reshape_position != MaxSector)
drivers/md/md.c
6558
if (mddev->reshape_position != MaxSector &&
drivers/md/md.c
6793
mddev->resync_max = MaxSector;
drivers/md/md.c
6794
mddev->reshape_position = MaxSector;
drivers/md/md.c
7757
mddev->resync_offset = MaxSector;
drivers/md/md.c
7780
mddev->reshape_position = MaxSector;
drivers/md/md.c
782
mddev->reshape_position = MaxSector;
drivers/md/md.c
786
mddev->resync_max = MaxSector;
drivers/md/md.c
7863
mddev->reshape_position != MaxSector)
drivers/md/md.c
8685
rdev->recovery_offset != MaxSector &&
drivers/md/md.c
8690
if (mddev->reshape_position != MaxSector)
drivers/md/md.c
8696
if (mddev->resync_offset < MaxSector) {
drivers/md/md.c
9393
mddev->reshape_position != MaxSector)
drivers/md/md.c
9397
start = MaxSector;
drivers/md/md.c
9409
start == MaxSector && mddev_select_lazy_recover_rdev(mddev))
drivers/md/md.c
9426
return MaxSector;
drivers/md/md.c
9451
mddev->curr_resync = MaxSector;
drivers/md/md.c
9456
mddev->curr_resync = MaxSector;
drivers/md/md.c
9807
mddev->resync_max = MaxSector;
drivers/md/md.c
9973
if (mddev->reshape_position != MaxSector) {
drivers/md/md.c
9985
if (mddev->resync_offset < MaxSector) {
drivers/md/md.h
689
if (mddev->reshape_position == MaxSector)
drivers/md/raid0.c
672
mddev->resync_offset = MaxSector;
drivers/md/raid0.c
715
mddev->resync_offset = MaxSector;
drivers/md/raid0.c
758
mddev->resync_offset = MaxSector;
drivers/md/raid1.c
1838
&& repl->recovery_offset == MaxSector
drivers/md/raid1.c
1856
&& rdev->recovery_offset == MaxSector
drivers/md/raid1.c
1888
info->seq_start = MaxSector;
drivers/md/raid1.c
2809
mddev->resync_offset == MaxSector &&
drivers/md/raid1.c
2877
sector_t first_bad = MaxSector;
drivers/md/raid1.c
3212
if (mddev->reshape_position != MaxSector) {
drivers/md/raid1.c
3258
mddev->resync_offset = MaxSector;
drivers/md/raid1.c
3260
if (mddev->resync_offset != MaxSector)
drivers/md/raid1.c
733
return opt_iosize > 0 && mirror->seq_start != MaxSector &&
drivers/md/raid1.c
771
.closest_dist = MaxSector,
drivers/md/raid10.c
2072
&& tmp->replacement->recovery_offset == MaxSector
drivers/md/raid10.c
2090
&& tmp->rdev->recovery_offset == MaxSector
drivers/md/raid10.c
2114
if (mddev->resync_offset < MaxSector)
drivers/md/raid10.c
3166
mddev->resync_offset == MaxSector &&
drivers/md/raid10.c
3167
mddev->reshape_position == MaxSector &&
drivers/md/raid10.c
3222
rdev->recovery_offset = MaxSector;
drivers/md/raid10.c
3881
if (mddev->reshape_position == MaxSector) {
drivers/md/raid10.c
3883
conf->reshape_progress = MaxSector;
drivers/md/raid10.c
4032
if (conf->reshape_progress != MaxSector) {
drivers/md/raid10.c
4073
if (mddev->resync_offset != MaxSector)
drivers/md/raid10.c
4091
if (conf->reshape_progress != MaxSector) {
drivers/md/raid10.c
4154
if (mddev->reshape_position != MaxSector)
drivers/md/raid10.c
4205
mddev->resync_offset = MaxSector;
drivers/md/raid10.c
4520
conf->reshape_progress = MaxSector;
drivers/md/raid10.c
4521
conf->reshape_safe = MaxSector;
drivers/md/raid10.c
4522
mddev->reshape_position = MaxSector;
drivers/md/raid10.c
4887
conf->reshape_progress = MaxSector;
drivers/md/raid10.c
4888
conf->reshape_safe = MaxSector;
drivers/md/raid10.c
4902
|| mddev->reshape_position == MaxSector)
drivers/md/raid10.c
5039
mddev->reshape_position = MaxSector;
drivers/md/raid10.c
648
if (conf->reshape_progress != MaxSector &&
drivers/md/raid10.c
744
best_dist = MaxSector;
drivers/md/raid10.c
777
if (best_dist < MaxSector)
drivers/md/raid5-cache.c
1061
sh->log_start == MaxSector) {
drivers/md/raid5-cache.c
1584
r5l_wake_reclaim(log, MaxSector);
drivers/md/raid5-cache.c
1853
sh->log_start = MaxSector;
drivers/md/raid5-cache.c
2343
sector_t next_checkpoint = MaxSector;
drivers/md/raid5-cache.c
2828
sh->log_start = MaxSector;
drivers/md/raid5-cache.c
2906
sh->log_start == MaxSector)
drivers/md/raid5-cache.c
964
if (sh->log_start == MaxSector) {
drivers/md/raid5-ppl.c
1166
if (pplhdr && !mddev->pers && mddev->resync_offset != MaxSector)
drivers/md/raid5-ppl.c
1431
mddev->resync_offset = MaxSector;
drivers/md/raid5.c
1023
if (progress == MaxSector)
drivers/md/raid5.c
2364
sh->log_start = MaxSector;
drivers/md/raid5.c
4116
(resync_offset < MaxSector && sh->sector >= resync_offset &&
drivers/md/raid5.c
5700
if (mddev->reshape_position != MaxSector)
drivers/md/raid5.c
5789
sector_t max_sector = 0, min_sector = MaxSector;
drivers/md/raid5.c
5877
if (likely(conf->reshape_progress == MaxSector))
drivers/md/raid5.c
5892
if (reshape_progress == MaxSector)
drivers/md/raid5.c
6114
mddev->reshape_position == MaxSector) {
drivers/md/raid5.c
6165
if (likely(conf->reshape_progress == MaxSector)) {
drivers/md/raid5.c
6263
conf->reshape_progress == MaxSector) {
drivers/md/raid5.c
6265
sector_nr = MaxSector;
drivers/md/raid5.c
6300
return MaxSector;
drivers/md/raid5.c
6320
return MaxSector;
drivers/md/raid5.c
6326
return MaxSector;
drivers/md/raid5.c
6329
return MaxSector;
drivers/md/raid5.c
7019
mddev->reshape_position != MaxSector || mddev->sysfs_active) {
drivers/md/raid5.c
7552
if (mddev->reshape_position == MaxSector)
drivers/md/raid5.c
756
if (conf->mddev->reshape_position != MaxSector)
drivers/md/raid5.c
7648
if (conf->reshape_progress != MaxSector) {
drivers/md/raid5.c
7657
if (mddev->reshape_position != MaxSector) {
drivers/md/raid5.c
7837
if (mddev->resync_offset != MaxSector)
drivers/md/raid5.c
7869
if (mddev->reshape_position != MaxSector) {
drivers/md/raid5.c
7978
} else if (mddev->resync_offset == MaxSector)
drivers/md/raid5.c
7993
conf->reshape_progress != MaxSector) {
drivers/md/raid5.c
8045
mddev->resync_offset != MaxSector) {
drivers/md/raid5.c
8066
if (conf->reshape_progress != MaxSector) {
drivers/md/raid5.c
8169
&& replacement->recovery_offset == MaxSector
drivers/md/raid5.c
8187
&& rdev->recovery_offset == MaxSector
drivers/md/raid5.c
8237
conf->reshape_progress == MaxSector)
drivers/md/raid5.c
8344
mddev->reshape_position == MaxSector &&
drivers/md/raid5.c
8434
if (mddev->delta_disks < 0 && mddev->reshape_position == MaxSector) {
drivers/md/raid5.c
8484
if (mddev->resync_offset < MaxSector)
drivers/md/raid5.c
8604
conf->reshape_progress = MaxSector;
drivers/md/raid5.c
8605
conf->mddev->reshape_position = MaxSector;
drivers/md/raid5.c
8610
rdev->recovery_offset = MaxSector;
drivers/md/raid5.c
8647
mddev->reshape_position = MaxSector;
drivers/md/raid5.c
8709
mddev->resync_offset = MaxSector;