Home
last modified time | relevance | path

Searched refs:In_sync (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.4/drivers/md/
Dmd-multipath.c38 if (rdev && test_bit(In_sync, &rdev->flags) && in multipath_map()
149 seq_printf (seq, "%s", rdev && test_bit(In_sync, &rdev->flags) ? "U" : "_"); in multipath_status()
198 if (test_and_clear_bit(In_sync, &rdev->flags)) { in multipath_error()
260 set_bit(In_sync, &rdev->flags); in multipath_add_disk()
282 if (test_bit(In_sync, &rdev->flags) || in multipath_remove_disk()
Draid10.c505 if (test_bit(In_sync, &rdev->flags) && in raid10_end_write_request()
759 if (!test_bit(In_sync, &rdev->flags) && in read_balance()
1577 seq_printf(seq, "%s", rdev && test_bit(In_sync, &rdev->flags) ? "U" : "_"); in raid10_status()
1610 test_bit(In_sync, &rdev->flags)) in _enough()
1648 if (test_bit(In_sync, &rdev->flags) && !mddev->fail_last_dev in raid10_error()
1656 if (test_and_clear_bit(In_sync, &rdev->flags)) in raid10_error()
1693 i, !test_bit(In_sync, &rdev->flags), in print_conf()
1724 && !test_and_set_bit(In_sync, &tmp->replacement->flags)) { in raid10_spare_active()
1727 || !test_and_clear_bit(In_sync, &tmp->rdev->flags)) in raid10_spare_active()
1742 && !test_and_set_bit(In_sync, &tmp->rdev->flags)) { in raid10_spare_active()
[all …]
Ddm-raid.c867 if (!test_bit(In_sync, &rs->dev[i].rdev.flags) && in parse_dev_params()
894 if (!test_bit(In_sync, &rs->dev[i].rdev.flags)) in parse_dev_params()
1005 if (!test_bit(In_sync, &rs->dev[i].rdev.flags) || in validate_raid_redundancy()
1051 !test_bit(In_sync, &rs->dev[i].rdev.flags)) && in validate_raid_redundancy()
1077 !test_bit(In_sync, &rs->dev[i].rdev.flags)) && in validate_raid_redundancy()
1174 set_bit(In_sync, &rs->dev[i].rdev.flags); in parse_raid_params()
1317 clear_bit(In_sync, &rd->rdev.flags); in parse_raid_params()
2199 (!test_bit(In_sync, &rdev->flags) && !rdev->recovery_offset)) { in super_load()
2349 if (!test_bit(In_sync, &r->flags)) { in super_init_validation()
2492 set_bit(In_sync, &rdev->flags); in super_validate()
[all …]
Draid1.c369 test_bit(In_sync, &rdev->flags))) in raid1_end_read_request()
489 if (test_bit(In_sync, &rdev->flags) && in raid1_end_write_request()
629 if (!test_bit(In_sync, &rdev->flags) && in read_balance()
1606 rdev && test_bit(In_sync, &rdev->flags) ? "U" : "_"); in raid1_status()
1625 if (test_bit(In_sync, &rdev->flags) && !mddev->fail_last_dev in raid1_error()
1638 if (test_and_clear_bit(In_sync, &rdev->flags)) in raid1_error()
1672 i, !test_bit(In_sync, &rdev->flags), in print_conf()
1713 && !test_and_set_bit(In_sync, &repl->flags)) { in raid1_spare_active()
1716 !test_and_clear_bit(In_sync, &rdev->flags)) in raid1_spare_active()
1731 && !test_and_set_bit(In_sync, &rdev->flags)) { in raid1_spare_active()
[all …]
Dmd.c1200 clear_bit(In_sync, &rdev->flags); in super_90_validate()
1297 set_bit(In_sync, &rdev->flags); in super_90_validate()
1314 set_bit(In_sync, &rdev->flags); in super_90_validate()
1397 int is_active = test_bit(In_sync, &rdev2->flags); in super_90_sync()
1427 if (test_bit(In_sync, &rdev2->flags)) in super_90_sync()
1702 clear_bit(In_sync, &rdev->flags); in super_1_validate()
1851 set_bit(In_sync, &rdev->flags); in super_1_validate()
1863 set_bit(In_sync, &rdev->flags); in super_1_validate()
1916 !test_bit(In_sync, &rdev->flags)) { in super_1_sync()
2023 else if (test_bit(In_sync, &rdev2->flags)) in super_1_sync()
[all …]
Draid5.c569 else if (test_bit(In_sync, &rdev->flags)) in raid5_calc_degraded()
595 else if (test_bit(In_sync, &rdev->flags)) in raid5_calc_degraded()
2564 if (set_bad && test_bit(In_sync, &rdev->flags) in raid5_end_read_request()
2579 && test_bit(In_sync, &rdev->flags) in raid5_end_read_request()
2680 if (test_bit(In_sync, &rdev->flags) && in raid5_error()
2692 clear_bit(In_sync, &rdev->flags); in raid5_error()
3362 if (rdev && test_bit(In_sync, &rdev->flags) && in handle_failed_stripe()
3490 && !test_bit(In_sync, &rdev->flags) in handle_failed_sync()
3497 && !test_bit(In_sync, &rdev->flags) in handle_failed_sync()
3519 && !test_bit(In_sync, &rdev->flags) in want_replace()
[all …]
Dmd.h136 In_sync, /* device is in_sync with rest of array */ enumerator
Draid5-ppl.c896 if (!rdev || (!test_bit(In_sync, &rdev->flags) && in ppl_recover_entry()
Dmd-bitmap.c159 if (! test_bit(In_sync, &rdev->flags) in read_sb_page()