Home
last modified time | relevance | path

Searched refs:Candidate (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/md/
H A Dmd.h269 Candidate, /* For clustered environments only: enumerator
H A Dmd.c7581 set_bit(Candidate, &rdev->flags); in md_add_new_disk()
10006 return !test_bit(Candidate, &rdev->flags) && rdev->raid_disk >= 0 && in rdev_is_spare()
10021 if (test_bit(Candidate, &rdev->flags) || rdev->raid_disk >= 0 || in rdev_addable()
10713 if (test_bit(Candidate, &rdev2->flags)) { in check_sb_changes()
10721 clear_bit(Candidate, &rdev2->flags); in check_sb_changes()
H A Draid1.c1853 && !test_bit(Candidate, &repl->flags) in raid1_spare_active()