Searched refs:md_find_rdev_nr_rcu (Results 1 – 3 of 3) sorted by relevance
790 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()
821 struct md_rdev *md_find_rdev_nr_rcu(struct mddev *mddev, int nr) in md_find_rdev_nr_rcu() function831 EXPORT_SYMBOL_GPL(md_find_rdev_nr_rcu);2399 while (md_find_rdev_nr_rcu(mddev, choice)) in bind_rdev_to_array()2403 if (md_find_rdev_nr_rcu(mddev, rdev->desc_nr)) { in bind_rdev_to_array()6646 rdev = md_find_rdev_nr_rcu(mddev, info.number); in get_disk_info()