Searched refs:In_sync (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/md/ |
| A D | md-multipath.c | 38 if (rdev && test_bit(In_sync, &rdev->flags) && in multipath_map() 148 seq_printf (seq, "%s", rdev && test_bit(In_sync, &rdev->flags) ? "U" : "_"); in multipath_status() 175 if (test_and_clear_bit(In_sync, &rdev->flags)) { in multipath_error() 237 set_bit(In_sync, &rdev->flags); in multipath_add_disk() 259 if (test_bit(In_sync, &rdev->flags) || in multipath_remove_disk()
|
| A D | raid10.c | 506 if (test_bit(In_sync, &rdev->flags) && in raid10_end_write_request() 1923 test_bit(In_sync, &rdev->flags)) in _enough() 2104 clear_bit(In_sync, &rdev->flags); in raid10_add_disk() 2152 if (test_bit(In_sync, &rdev->flags) || in raid10_remove_disk() 3548 if (!test_bit(In_sync, in raid10_sync_request() 3591 test_bit(In_sync, in raid10_sync_request() 4514 if (!test_bit(In_sync, &rdev->flags) in raid10_start_reshape() 4612 set_bit(In_sync, &rdev->flags); in raid10_start_reshape() 4622 set_bit(In_sync, &rdev->flags); in raid10_start_reshape() 5190 clear_bit(In_sync, &rdev->flags); in raid10_finish_reshape() [all …]
|
| A D | dm-raid.c | 897 if (!test_bit(In_sync, &rs->dev[i].rdev.flags)) in parse_dev_params() 1177 set_bit(In_sync, &rs->dev[i].rdev.flags); in parse_raid_params() 1320 clear_bit(In_sync, &rd->rdev.flags); in parse_raid_params() 2332 if (!test_bit(In_sync, &r->flags)) { in super_init_validation() 2473 set_bit(In_sync, &rdev->flags); in super_validate() 2487 clear_bit(In_sync, &rdev->flags); in super_validate() 2737 clear_bit(In_sync, &rdev->flags); in rs_setup_takeover() 2878 clear_bit(In_sync, &rdev->flags); in rs_setup_reshape() 3416 !test_bit(In_sync, &rdev->flags))) in __raid_dev_status() 3494 !test_bit(In_sync, &rdev->flags)) { in rs_get_progress() [all …]
|
| A D | raid1.c | 389 test_bit(In_sync, &rdev->flags))) in raid1_end_read_request() 511 if (test_bit(In_sync, &rdev->flags) && in raid1_end_write_request() 648 if (!test_bit(In_sync, &rdev->flags) && in read_balance() 1645 if (test_and_clear_bit(In_sync, &rdev->flags)) in raid1_error() 1679 i, !test_bit(In_sync, &rdev->flags), in print_conf() 1723 !test_and_clear_bit(In_sync, &rdev->flags)) in raid1_spare_active() 1799 clear_bit(In_sync, &rdev->flags); in raid1_add_disk() 1826 if (test_bit(In_sync, &rdev->flags) || in raid1_remove_disk() 2273 (test_bit(In_sync, &rdev->flags) || in fix_read_error() 2747 } else if (!test_bit(In_sync, &rdev->flags)) { in raid1_sync_request() [all …]
|
| A D | md.c | 1293 clear_bit(In_sync, &rdev->flags); in super_90_validate() 1390 set_bit(In_sync, &rdev->flags); in super_90_validate() 1407 set_bit(In_sync, &rdev->flags); in super_90_validate() 1805 clear_bit(In_sync, &rdev->flags); in super_1_validate() 1966 set_bit(In_sync, &rdev->flags); in super_1_validate() 2928 if (test_bit(In_sync, &flags)) in state_show() 2940 !test_bit(In_sync, &flags)) in state_show() 3038 set_bit(In_sync, &rdev->flags); in state_store() 3243 set_bit(In_sync, &rdev->flags); in slot_store() 3474 set_bit(In_sync, &rdev->flags); in recovery_start_store() [all …]
|
| A D | raid5.c | 2882 if (test_bit(In_sync, &rdev->flags) && in raid5_error() 2894 clear_bit(In_sync, &rdev->flags); in raid5_error() 7914 clear_bit(In_sync, &rdev->flags); in raid5_remove_disk() 7916 if (test_bit(In_sync, &rdev->flags) || in raid5_remove_disk() 8016 clear_bit(In_sync, &rdev->flags); in raid5_add_disk() 8031 clear_bit(In_sync, &rdev->flags); in raid5_add_disk() 8165 if (!test_bit(In_sync, &rdev->flags) in raid5_start_reshape() 8230 set_bit(In_sync, &rdev->flags); in raid5_start_reshape() 8240 set_bit(In_sync, &rdev->flags); in raid5_start_reshape() 8333 clear_bit(In_sync, &rdev->flags); in raid5_finish_reshape() [all …]
|
| A D | md.h | 144 In_sync, /* device is in_sync with rest of array */ enumerator
|
| A D | raid5-ppl.c | 896 if (!rdev || (!test_bit(In_sync, &rdev->flags) && in ppl_recover_entry()
|
| A D | md-bitmap.c | 159 if (! test_bit(In_sync, &rdev->flags) in read_sb_page()
|
Completed in 751 milliseconds