Searched refs:In_sync (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/md/ |
| A D | raid10.c | 527 if (test_bit(In_sync, &rdev->flags) && in raid10_end_write_request() 1921 test_bit(In_sync, &rdev->flags)) in _enough() 2122 clear_bit(In_sync, &rdev->flags); in raid10_add_disk() 2155 if (test_bit(In_sync, &rdev->flags) || in raid10_remove_disk() 3470 if (mrdev && !test_bit(In_sync, in raid10_sync_request() 3517 test_bit(In_sync, in raid10_sync_request() 4427 if (!test_bit(In_sync, &rdev->flags) in raid10_start_reshape() 4525 set_bit(In_sync, &rdev->flags); in raid10_start_reshape() 4535 set_bit(In_sync, &rdev->flags); in raid10_start_reshape() 5078 clear_bit(In_sync, &rdev->flags); in raid10_finish_reshape() [all …]
|
| A D | dm-raid.c | 904 if (!test_bit(In_sync, &rs->dev[i].rdev.flags)) in parse_dev_params() 1186 set_bit(In_sync, &rs->dev[i].rdev.flags); in parse_raid_params() 1329 clear_bit(In_sync, &rd->rdev.flags); in parse_raid_params() 2365 if (!test_bit(In_sync, &r->flags)) { in super_init_validation() 2504 set_bit(In_sync, &rdev->flags); in super_validate() 2518 clear_bit(In_sync, &rdev->flags); in super_validate() 2768 clear_bit(In_sync, &rdev->flags); in rs_setup_takeover() 2892 clear_bit(In_sync, &rdev->flags); in rs_setup_reshape() 3428 !test_bit(In_sync, &rdev->flags))) in __raid_dev_status() 3506 !test_bit(In_sync, &rdev->flags)) { in rs_get_progress() [all …]
|
| A D | raid1.c | 390 test_bit(In_sync, &rdev->flags))) in raid1_end_read_request() 510 if (test_bit(In_sync, &rdev->flags) && in raid1_end_write_request() 624 return !test_bit(In_sync, &rdev->flags) && in rdev_in_recovery() 1733 if (test_bit(In_sync, &rdev->flags) && in raid1_error() 1744 if (test_and_clear_bit(In_sync, &rdev->flags)) in raid1_error() 1777 i, !test_bit(In_sync, &rdev->flags), in print_conf() 1876 if (!rdev || test_bit(In_sync, &rdev->flags) || in raid1_remove_conf() 1940 clear_bit(In_sync, &rdev->flags); in raid1_add_disk() 2394 (test_bit(In_sync, &rdev->flags) || in fix_read_error() 2857 } else if (!test_bit(In_sync, &rdev->flags)) { in raid1_sync_request() [all …]
|
| A D | md.c | 1314 clear_bit(In_sync, &rdev->flags); in super_90_validate() 1409 set_bit(In_sync, &rdev->flags); in super_90_validate() 1818 clear_bit(In_sync, &rdev->flags); in super_1_validate() 1998 set_bit(In_sync, &rdev->flags); in super_1_validate() 2875 if (test_bit(In_sync, &flags)) in state_show() 2887 !test_bit(In_sync, &flags)) in state_show() 2983 set_bit(In_sync, &rdev->flags); in state_store() 3170 clear_bit(In_sync, &rdev->flags); in slot_store() 3189 set_bit(In_sync, &rdev->flags); in slot_store() 3415 set_bit(In_sync, &rdev->flags); in recovery_start_store() [all …]
|
| A D | raid5.c | 2930 clear_bit(In_sync, &rdev->flags); in raid5_error() 7950 if (test_bit(In_sync, &rdev->flags)) in raid5_run() 8185 clear_bit(In_sync, &rdev->flags); in raid5_remove_disk() 8187 if (test_bit(In_sync, &rdev->flags) || in raid5_remove_disk() 8279 clear_bit(In_sync, &rdev->flags); in raid5_add_disk() 8296 clear_bit(In_sync, &rdev->flags); in raid5_add_disk() 8439 if (!test_bit(In_sync, &rdev->flags) in raid5_start_reshape() 8504 set_bit(In_sync, &rdev->flags); in raid5_start_reshape() 8514 set_bit(In_sync, &rdev->flags); in raid5_start_reshape() 8587 clear_bit(In_sync, &rdev->flags); in raid5_finish_reshape() [all …]
|
| A D | md.h | 199 In_sync, /* device is in_sync with rest of array */ enumerator
|
| A D | raid5-ppl.c | 884 if (!rdev || (!test_bit(In_sync, &rdev->flags) && in ppl_recover_entry()
|
| A D | md-bitmap.c | 354 if (!test_bit(In_sync, &rdev->flags) || in read_sb_page()
|
Completed in 73 milliseconds