Symbol: In_sync
drivers/md/dm-raid.c
1016
((!test_bit(In_sync, &rs->dev[i].rdev.flags) ||
drivers/md/dm-raid.c
1063
!test_bit(In_sync, &rs->dev[i].rdev.flags)) &&
drivers/md/dm-raid.c
1089
!test_bit(In_sync, &rs->dev[i].rdev.flags)) &&
drivers/md/dm-raid.c
1186
set_bit(In_sync, &rs->dev[i].rdev.flags);
drivers/md/dm-raid.c
1329
clear_bit(In_sync, &rd->rdev.flags);
drivers/md/dm-raid.c
2213
(!test_bit(In_sync, &rdev->flags) && !rdev->recovery_offset)) {
drivers/md/dm-raid.c
2363
if (!test_bit(In_sync, &r->flags)) {
drivers/md/dm-raid.c
2502
set_bit(In_sync, &rdev->flags);
drivers/md/dm-raid.c
2508
clear_bit(In_sync, &rdev->flags); /* Mandatory for recovery */
drivers/md/dm-raid.c
2516
clear_bit(In_sync, &rdev->flags);
drivers/md/dm-raid.c
2770
clear_bit(In_sync, &rdev->flags);
drivers/md/dm-raid.c
2894
clear_bit(In_sync, &rdev->flags);
drivers/md/dm-raid.c
3432
!test_bit(In_sync, &rdev->flags)))
drivers/md/dm-raid.c
3510
!test_bit(In_sync, &rdev->flags)) {
drivers/md/dm-raid.c
3913
clear_bit(In_sync, &r->flags); /* Mandatory for hot remove. */
drivers/md/dm-raid.c
3931
clear_bit(In_sync, &r->flags);
drivers/md/dm-raid.c
877
if (!test_bit(In_sync, &rs->dev[i].rdev.flags) &&
drivers/md/dm-raid.c
904
if (!test_bit(In_sync, &rs->dev[i].rdev.flags))
drivers/md/md-bitmap.c
359
if (!test_bit(In_sync, &rdev->flags) ||
drivers/md/md-llbitmap.c
532
!test_bit(In_sync, &rdev->flags))
drivers/md/md.c
10006
if (!test_bit(In_sync, &rdev->flags))
drivers/md/md.c
10015
!test_bit(In_sync, &rdev->flags) &&
drivers/md/md.c
10844
!test_bit(In_sync, &rdev->flags) &&
drivers/md/md.c
1491
clear_bit(In_sync, &rdev->flags);
drivers/md/md.c
1586
set_bit(In_sync, &rdev->flags);
drivers/md/md.c
1685
int is_active = test_bit(In_sync, &rdev2->flags);
drivers/md/md.c
1715
if (test_bit(In_sync, &rdev2->flags))
drivers/md/md.c
1999
clear_bit(In_sync, &rdev->flags);
drivers/md/md.c
2182
set_bit(In_sync, &rdev->flags);
drivers/md/md.c
2246
!test_bit(In_sync, &rdev->flags)) {
drivers/md/md.c
2353
else if (test_bit(In_sync, &rdev2->flags))
drivers/md/md.c
2840
!test_bit(In_sync, &rdev->flags) &&
drivers/md/md.c
3048
if (test_bit(In_sync, &flags))
drivers/md/md.c
3060
!test_bit(In_sync, &flags))
drivers/md/md.c
3156
set_bit(In_sync, &rdev->flags);
drivers/md/md.c
3169
clear_bit(In_sync, &rdev->flags);
drivers/md/md.c
3339
if (test_bit(In_sync, &rdev->flags))
drivers/md/md.c
3343
clear_bit(In_sync, &rdev->flags);
drivers/md/md.c
3362
set_bit(In_sync, &rdev->flags);
drivers/md/md.c
3566
if (test_bit(In_sync, &rdev->flags) ||
drivers/md/md.c
3588
set_bit(In_sync, &rdev->flags);
drivers/md/md.c
3590
clear_bit(In_sync, &rdev->flags);
drivers/md/md.c
3946
clear_bit(In_sync, &rdev->flags);
drivers/md/md.c
4213
clear_bit(In_sync, &rdev->flags);
drivers/md/md.c
5050
!test_bit(In_sync, &rdev->flags) &&
drivers/md/md.c
6492
if (!test_bit(In_sync, &rdev->flags) ||
drivers/md/md.c
7352
if (test_bit(In_sync, &rdev->flags))
drivers/md/md.c
7447
else if (test_bit(In_sync, &rdev->flags)) {
drivers/md/md.c
7557
clear_bit(In_sync, &rdev->flags); /* just to be sure */
drivers/md/md.c
7651
set_bit(In_sync, &rdev->flags);
drivers/md/md.c
7753
clear_bit(In_sync, &rdev->flags);
drivers/md/md.c
9513
!test_bit(In_sync, &rdev->flags))
drivers/md/md.c
9521
clear_bit(In_sync, &recover_rdev->flags);
drivers/md/raid1.c
1771
rdev && test_bit(In_sync, &rdev->flags) ? "U" : "_");
drivers/md/raid1.c
1799
if (test_bit(In_sync, &rdev->flags) &&
drivers/md/raid1.c
1809
if (test_and_clear_bit(In_sync, &rdev->flags))
drivers/md/raid1.c
1842
i, !test_bit(In_sync, &rdev->flags),
drivers/md/raid1.c
1882
&& !test_and_set_bit(In_sync, &repl->flags)) {
drivers/md/raid1.c
1885
!test_and_clear_bit(In_sync, &rdev->flags))
drivers/md/raid1.c
1900
&& !test_and_set_bit(In_sync, &rdev->flags)) {
drivers/md/raid1.c
1941
if (!rdev || test_bit(In_sync, &rdev->flags) ||
drivers/md/raid1.c
2001
clear_bit(In_sync, &rdev->flags);
drivers/md/raid1.c
2452
(test_bit(In_sync, &rdev->flags) ||
drivers/md/raid1.c
2909
} else if (!test_bit(In_sync, &rdev->flags)) {
drivers/md/raid1.c
3186
} else if (!test_bit(In_sync, &disk->rdev->flags))
drivers/md/raid1.c
3192
!test_bit(In_sync, &disk->rdev->flags)) {
drivers/md/raid1.c
3283
!test_bit(In_sync, &conf->mirrors[i].rdev->flags) ||
drivers/md/raid1.c
415
test_bit(In_sync, &rdev->flags)))
drivers/md/raid1.c
530
if (test_bit(In_sync, &rdev->flags) &&
drivers/md/raid1.c
644
return !test_bit(In_sync, &rdev->flags) &&
drivers/md/raid10.c
1946
seq_printf(seq, "%s", rdev && test_bit(In_sync, &rdev->flags) ? "U" : "_");
drivers/md/raid10.c
1977
test_bit(In_sync, &rdev->flags))
drivers/md/raid10.c
2023
if (test_bit(In_sync, &rdev->flags) && !enough(conf, rdev->raid_disk)) {
drivers/md/raid10.c
2031
if (test_and_clear_bit(In_sync, &rdev->flags))
drivers/md/raid10.c
2064
i, !test_bit(In_sync, &rdev->flags),
drivers/md/raid10.c
2095
&& !test_and_set_bit(In_sync, &tmp->replacement->flags)) {
drivers/md/raid10.c
2098
|| !test_and_clear_bit(In_sync, &tmp->rdev->flags))
drivers/md/raid10.c
2113
&& !test_and_set_bit(In_sync, &tmp->rdev->flags)) {
drivers/md/raid10.c
2175
clear_bit(In_sync, &rdev->flags);
drivers/md/raid10.c
2208
if (test_bit(In_sync, &rdev->flags) ||
drivers/md/raid10.c
2669
test_bit(In_sync, &rdev->flags) &&
drivers/md/raid10.c
2719
!test_bit(In_sync, &rdev->flags))
drivers/md/raid10.c
2751
!test_bit(In_sync, &rdev->flags))
drivers/md/raid10.c
3309
test_bit(In_sync, &mrdev->flags)))
drivers/md/raid10.c
3384
!test_bit(In_sync, &rdev->flags))
drivers/md/raid10.c
3471
!test_bit(In_sync, &mrdev->flags))
drivers/md/raid10.c
3507
test_bit(In_sync,
drivers/md/raid10.c
4082
!test_bit(In_sync, &disk->rdev->flags)) {
drivers/md/raid10.c
4091
!test_bit(In_sync, &disk->replacement->flags) &&
drivers/md/raid10.c
4340
else if (!test_bit(In_sync, &rdev->flags))
drivers/md/raid10.c
4355
else if (!test_bit(In_sync, &rdev->flags)) {
drivers/md/raid10.c
4403
if (!test_bit(In_sync, &rdev->flags)
drivers/md/raid10.c
4503
set_bit(In_sync, &rdev->flags);
drivers/md/raid10.c
4513
set_bit(In_sync, &rdev->flags);
drivers/md/raid10.c
4969
!test_bit(In_sync, &rdev->flags))
drivers/md/raid10.c
5055
clear_bit(In_sync, &rdev->flags);
drivers/md/raid10.c
5058
clear_bit(In_sync, &rdev->flags);
drivers/md/raid10.c
526
if (test_bit(In_sync, &rdev->flags) &&
drivers/md/raid10.c
770
if (!test_bit(In_sync, &rdev->flags) &&
drivers/md/raid5-ppl.c
884
if (!rdev || (!test_bit(In_sync, &rdev->flags) &&
drivers/md/raid5.c
2825
if (set_bad && test_bit(In_sync, &rdev->flags)
drivers/md/raid5.c
2839
if (!(set_bad && test_bit(In_sync, &rdev->flags)))
drivers/md/raid5.c
2935
clear_bit(In_sync, &rdev->flags);
drivers/md/raid5.c
3612
if (rdev && test_bit(In_sync, &rdev->flags) &&
drivers/md/raid5.c
3728
&& !test_bit(In_sync, &rdev->flags)
drivers/md/raid5.c
3736
&& !test_bit(In_sync, &rdev->flags)
drivers/md/raid5.c
3756
&& !test_bit(In_sync, &rdev->flags)
drivers/md/raid5.c
4714
} else if (test_bit(In_sync, &rdev->flags))
drivers/md/raid5.c
5466
!(test_bit(In_sync, &rdev->flags) ||
drivers/md/raid5.c
6429
!test_bit(In_sync, &rdev->flags) &&
drivers/md/raid5.c
6538
!test_bit(In_sync, &rdev->flags) &&
drivers/md/raid5.c
708
else if (test_bit(In_sync, &rdev->flags))
drivers/md/raid5.c
733
else if (test_bit(In_sync, &rdev->flags))
drivers/md/raid5.c
7685
if (test_bit(In_sync, &rdev->flags)) {
drivers/md/raid5.c
8046
if (test_bit(In_sync, &rdev->flags))
drivers/md/raid5.c
8177
seq_printf (seq, "%s", rdev && test_bit(In_sync, &rdev->flags) ? "U" : "_");
drivers/md/raid5.c
8219
&& !test_and_set_bit(In_sync, &replacement->flags)) {
drivers/md/raid5.c
8222
|| !test_and_clear_bit(In_sync, &rdev->flags))
drivers/md/raid5.c
8237
&& !test_and_set_bit(In_sync, &rdev->flags)) {
drivers/md/raid5.c
8286
clear_bit(In_sync, &rdev->flags);
drivers/md/raid5.c
8288
if (test_bit(In_sync, &rdev->flags) ||
drivers/md/raid5.c
8377
clear_bit(In_sync, &rdev->flags);
drivers/md/raid5.c
8394
clear_bit(In_sync, &rdev->flags);
drivers/md/raid5.c
8539
if (!test_bit(In_sync, &rdev->flags)
drivers/md/raid5.c
8604
set_bit(In_sync, &rdev->flags);
drivers/md/raid5.c
8614
set_bit(In_sync, &rdev->flags);
drivers/md/raid5.c
8657
!test_bit(In_sync, &rdev->flags))
drivers/md/raid5.c
8687
clear_bit(In_sync, &rdev->flags);
drivers/md/raid5.c
8690
clear_bit(In_sync, &rdev->flags);