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
3907
clear_bit(In_sync, &r->flags); /* Mandatory for hot remove. */
drivers/md/dm-raid.c
3925
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
358
if (!test_bit(In_sync, &rdev->flags) ||
drivers/md/md.c
10694
!test_bit(In_sync, &rdev->flags) &&
drivers/md/md.c
1479
clear_bit(In_sync, &rdev->flags);
drivers/md/md.c
1574
set_bit(In_sync, &rdev->flags);
drivers/md/md.c
1673
int is_active = test_bit(In_sync, &rdev2->flags);
drivers/md/md.c
1703
if (test_bit(In_sync, &rdev2->flags))
drivers/md/md.c
1987
clear_bit(In_sync, &rdev->flags);
drivers/md/md.c
2170
set_bit(In_sync, &rdev->flags);
drivers/md/md.c
2234
!test_bit(In_sync, &rdev->flags)) {
drivers/md/md.c
2341
else if (test_bit(In_sync, &rdev2->flags))
drivers/md/md.c
2826
!test_bit(In_sync, &rdev->flags) &&
drivers/md/md.c
3034
if (test_bit(In_sync, &flags))
drivers/md/md.c
3046
!test_bit(In_sync, &flags))
drivers/md/md.c
3142
set_bit(In_sync, &rdev->flags);
drivers/md/md.c
3155
clear_bit(In_sync, &rdev->flags);
drivers/md/md.c
3325
if (test_bit(In_sync, &rdev->flags))
drivers/md/md.c
3329
clear_bit(In_sync, &rdev->flags);
drivers/md/md.c
3348
set_bit(In_sync, &rdev->flags);
drivers/md/md.c
3552
if (test_bit(In_sync, &rdev->flags) ||
drivers/md/md.c
3574
set_bit(In_sync, &rdev->flags);
drivers/md/md.c
3576
clear_bit(In_sync, &rdev->flags);
drivers/md/md.c
3932
clear_bit(In_sync, &rdev->flags);
drivers/md/md.c
4199
clear_bit(In_sync, &rdev->flags);
drivers/md/md.c
5035
!test_bit(In_sync, &rdev->flags) &&
drivers/md/md.c
7189
if (test_bit(In_sync, &rdev->flags))
drivers/md/md.c
7284
else if (test_bit(In_sync, &rdev->flags)) {
drivers/md/md.c
7394
clear_bit(In_sync, &rdev->flags); /* just to be sure */
drivers/md/md.c
7488
set_bit(In_sync, &rdev->flags);
drivers/md/md.c
7590
clear_bit(In_sync, &rdev->flags);
drivers/md/md.c
9357
!test_bit(In_sync, &rdev->flags))
drivers/md/md.c
9365
clear_bit(In_sync, &recover_rdev->flags);
drivers/md/md.c
9850
if (!test_bit(In_sync, &rdev->flags))
drivers/md/md.c
9859
!test_bit(In_sync, &rdev->flags) &&
drivers/md/raid1.c
1729
rdev && test_bit(In_sync, &rdev->flags) ? "U" : "_");
drivers/md/raid1.c
1757
if (test_bit(In_sync, &rdev->flags) &&
drivers/md/raid1.c
1767
if (test_and_clear_bit(In_sync, &rdev->flags))
drivers/md/raid1.c
1800
i, !test_bit(In_sync, &rdev->flags),
drivers/md/raid1.c
1840
&& !test_and_set_bit(In_sync, &repl->flags)) {
drivers/md/raid1.c
1843
!test_and_clear_bit(In_sync, &rdev->flags))
drivers/md/raid1.c
1858
&& !test_and_set_bit(In_sync, &rdev->flags)) {
drivers/md/raid1.c
1899
if (!rdev || test_bit(In_sync, &rdev->flags) ||
drivers/md/raid1.c
1959
clear_bit(In_sync, &rdev->flags);
drivers/md/raid1.c
2415
(test_bit(In_sync, &rdev->flags) ||
drivers/md/raid1.c
2871
} else if (!test_bit(In_sync, &rdev->flags)) {
drivers/md/raid1.c
3148
} else if (!test_bit(In_sync, &disk->rdev->flags))
drivers/md/raid1.c
3154
!test_bit(In_sync, &disk->rdev->flags)) {
drivers/md/raid1.c
3244
!test_bit(In_sync, &conf->mirrors[i].rdev->flags) ||
drivers/md/raid1.c
392
test_bit(In_sync, &rdev->flags)))
drivers/md/raid1.c
507
if (test_bit(In_sync, &rdev->flags) &&
drivers/md/raid1.c
621
return !test_bit(In_sync, &rdev->flags) &&
drivers/md/raid10.c
1925
seq_printf(seq, "%s", rdev && test_bit(In_sync, &rdev->flags) ? "U" : "_");
drivers/md/raid10.c
1956
test_bit(In_sync, &rdev->flags))
drivers/md/raid10.c
2002
if (test_bit(In_sync, &rdev->flags) && !enough(conf, rdev->raid_disk)) {
drivers/md/raid10.c
2010
if (test_and_clear_bit(In_sync, &rdev->flags))
drivers/md/raid10.c
2043
i, !test_bit(In_sync, &rdev->flags),
drivers/md/raid10.c
2074
&& !test_and_set_bit(In_sync, &tmp->replacement->flags)) {
drivers/md/raid10.c
2077
|| !test_and_clear_bit(In_sync, &tmp->rdev->flags))
drivers/md/raid10.c
2092
&& !test_and_set_bit(In_sync, &tmp->rdev->flags)) {
drivers/md/raid10.c
2154
clear_bit(In_sync, &rdev->flags);
drivers/md/raid10.c
2187
if (test_bit(In_sync, &rdev->flags) ||
drivers/md/raid10.c
2648
test_bit(In_sync, &rdev->flags) &&
drivers/md/raid10.c
2698
!test_bit(In_sync, &rdev->flags))
drivers/md/raid10.c
2730
!test_bit(In_sync, &rdev->flags))
drivers/md/raid10.c
3288
test_bit(In_sync, &mrdev->flags)))
drivers/md/raid10.c
3363
!test_bit(In_sync, &rdev->flags))
drivers/md/raid10.c
3450
!test_bit(In_sync, &mrdev->flags))
drivers/md/raid10.c
3486
test_bit(In_sync,
drivers/md/raid10.c
4058
!test_bit(In_sync, &disk->rdev->flags)) {
drivers/md/raid10.c
4067
!test_bit(In_sync, &disk->replacement->flags) &&
drivers/md/raid10.c
4316
else if (!test_bit(In_sync, &rdev->flags))
drivers/md/raid10.c
4331
else if (!test_bit(In_sync, &rdev->flags)) {
drivers/md/raid10.c
4379
if (!test_bit(In_sync, &rdev->flags)
drivers/md/raid10.c
4479
set_bit(In_sync, &rdev->flags);
drivers/md/raid10.c
4489
set_bit(In_sync, &rdev->flags);
drivers/md/raid10.c
4945
!test_bit(In_sync, &rdev->flags))
drivers/md/raid10.c
5031
clear_bit(In_sync, &rdev->flags);
drivers/md/raid10.c
5034
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
2810
if (set_bad && test_bit(In_sync, &rdev->flags)
drivers/md/raid5.c
2824
if (!(set_bad && test_bit(In_sync, &rdev->flags)))
drivers/md/raid5.c
2920
clear_bit(In_sync, &rdev->flags);
drivers/md/raid5.c
3597
if (rdev && test_bit(In_sync, &rdev->flags) &&
drivers/md/raid5.c
3713
&& !test_bit(In_sync, &rdev->flags)
drivers/md/raid5.c
3721
&& !test_bit(In_sync, &rdev->flags)
drivers/md/raid5.c
3741
&& !test_bit(In_sync, &rdev->flags)
drivers/md/raid5.c
4711
} else if (test_bit(In_sync, &rdev->flags))
drivers/md/raid5.c
5444
!(test_bit(In_sync, &rdev->flags) ||
drivers/md/raid5.c
6377
!test_bit(In_sync, &rdev->flags) &&
drivers/md/raid5.c
6486
!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
7627
if (test_bit(In_sync, &rdev->flags)) {
drivers/md/raid5.c
7998
if (test_bit(In_sync, &rdev->flags))
drivers/md/raid5.c
8129
seq_printf (seq, "%s", rdev && test_bit(In_sync, &rdev->flags) ? "U" : "_");
drivers/md/raid5.c
8171
&& !test_and_set_bit(In_sync, &replacement->flags)) {
drivers/md/raid5.c
8174
|| !test_and_clear_bit(In_sync, &rdev->flags))
drivers/md/raid5.c
8189
&& !test_and_set_bit(In_sync, &rdev->flags)) {
drivers/md/raid5.c
8238
clear_bit(In_sync, &rdev->flags);
drivers/md/raid5.c
8240
if (test_bit(In_sync, &rdev->flags) ||
drivers/md/raid5.c
8329
clear_bit(In_sync, &rdev->flags);
drivers/md/raid5.c
8346
clear_bit(In_sync, &rdev->flags);
drivers/md/raid5.c
8491
if (!test_bit(In_sync, &rdev->flags)
drivers/md/raid5.c
8556
set_bit(In_sync, &rdev->flags);
drivers/md/raid5.c
8566
set_bit(In_sync, &rdev->flags);
drivers/md/raid5.c
8609
!test_bit(In_sync, &rdev->flags))
drivers/md/raid5.c
8639
clear_bit(In_sync, &rdev->flags);
drivers/md/raid5.c
8642
clear_bit(In_sync, &rdev->flags);