Searched refs:md_find_rdev_nr_rcu (Results 1 – 3 of 3) sorted by relevance
742 struct md_rdev *md_find_rdev_nr_rcu(struct mddev *mddev, int nr);
546 rdev = md_find_rdev_nr_rcu(mddev, le32_to_cpu(msg->raid_slot)); in process_remove_disk()563 rdev = md_find_rdev_nr_rcu(mddev, le32_to_cpu(msg->raid_slot)); in process_readd_disk()
761 struct md_rdev *md_find_rdev_nr_rcu(struct mddev *mddev, int nr) in md_find_rdev_nr_rcu() function771 EXPORT_SYMBOL_GPL(md_find_rdev_nr_rcu);2285 while (md_find_rdev_nr_rcu(mddev, choice)) in bind_rdev_to_array()2289 if (md_find_rdev_nr_rcu(mddev, rdev->desc_nr)) { in bind_rdev_to_array()6421 rdev = md_find_rdev_nr_rcu(mddev, info.number); in get_disk_info()