Searched refs:In_sync (Results 1 – 8 of 8) sorted by relevance
| /drivers/md/ |
| A D | raid10.c | 524 if (test_bit(In_sync, &rdev->flags) && in raid10_end_write_request() 1962 test_bit(In_sync, &rdev->flags)) in _enough() 2163 clear_bit(In_sync, &rdev->flags); in raid10_add_disk() 2196 if (test_bit(In_sync, &rdev->flags) || in raid10_remove_disk() 3497 if (mrdev && !test_bit(In_sync, in raid10_sync_request() 3544 test_bit(In_sync, in raid10_sync_request() 4453 if (!test_bit(In_sync, &rdev->flags) in raid10_start_reshape() 4551 set_bit(In_sync, &rdev->flags); in raid10_start_reshape() 4561 set_bit(In_sync, &rdev->flags); in raid10_start_reshape() 5102 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() 2361 if (!test_bit(In_sync, &r->flags)) { in super_init_validation() 2500 set_bit(In_sync, &rdev->flags); in super_validate() 2514 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() 3430 !test_bit(In_sync, &rdev->flags))) in __raid_dev_status() 3508 !test_bit(In_sync, &rdev->flags)) { in rs_get_progress() [all …]
|
| A D | raid1.c | 393 test_bit(In_sync, &rdev->flags))) in raid1_end_read_request() 508 if (test_bit(In_sync, &rdev->flags) && in raid1_end_write_request() 622 return !test_bit(In_sync, &rdev->flags) && in rdev_in_recovery() 1759 if (test_bit(In_sync, &rdev->flags) && in raid1_error() 1770 if (test_and_clear_bit(In_sync, &rdev->flags)) in raid1_error() 1803 i, !test_bit(In_sync, &rdev->flags), in print_conf() 1902 if (!rdev || test_bit(In_sync, &rdev->flags) || in raid1_remove_conf() 1966 clear_bit(In_sync, &rdev->flags); in raid1_add_disk() 2425 (test_bit(In_sync, &rdev->flags) || in fix_read_error() 2884 } else if (!test_bit(In_sync, &rdev->flags)) { in raid1_sync_request() [all …]
|
| A D | md.c | 1374 clear_bit(In_sync, &rdev->flags); in super_90_validate() 1469 set_bit(In_sync, &rdev->flags); in super_90_validate() 1878 clear_bit(In_sync, &rdev->flags); in super_1_validate() 2058 set_bit(In_sync, &rdev->flags); in super_1_validate() 2922 if (test_bit(In_sync, &flags)) in state_show() 2934 !test_bit(In_sync, &flags)) in state_show() 3030 set_bit(In_sync, &rdev->flags); in state_store() 3217 clear_bit(In_sync, &rdev->flags); in slot_store() 3236 set_bit(In_sync, &rdev->flags); in slot_store() 3462 set_bit(In_sync, &rdev->flags); in recovery_start_store() [all …]
|
| A D | raid5.c | 2918 clear_bit(In_sync, &rdev->flags); in raid5_error() 7944 if (test_bit(In_sync, &rdev->flags)) in raid5_run() 8179 clear_bit(In_sync, &rdev->flags); in raid5_remove_disk() 8181 if (test_bit(In_sync, &rdev->flags) || in raid5_remove_disk() 8273 clear_bit(In_sync, &rdev->flags); in raid5_add_disk() 8290 clear_bit(In_sync, &rdev->flags); in raid5_add_disk() 8433 if (!test_bit(In_sync, &rdev->flags) in raid5_start_reshape() 8498 set_bit(In_sync, &rdev->flags); in raid5_start_reshape() 8508 set_bit(In_sync, &rdev->flags); in raid5_start_reshape() 8581 clear_bit(In_sync, &rdev->flags); in raid5_finish_reshape() [all …]
|
| A D | md.h | 225 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 | 366 if (!test_bit(In_sync, &rdev->flags) || in read_sb_page()
|
Completed in 64 milliseconds