Searched refs:md_find_rdev_nr_rcu (Results 1 – 3 of 3) sorted by relevance
723 struct md_rdev *md_find_rdev_nr_rcu(struct mddev *mddev, int nr);
556 rdev = md_find_rdev_nr_rcu(mddev, le32_to_cpu(msg->raid_slot)); in process_remove_disk()573 rdev = md_find_rdev_nr_rcu(mddev, le32_to_cpu(msg->raid_slot)); in process_readd_disk()
699 struct md_rdev *md_find_rdev_nr_rcu(struct mddev *mddev, int nr) in md_find_rdev_nr_rcu() function709 EXPORT_SYMBOL_GPL(md_find_rdev_nr_rcu);2210 while (md_find_rdev_nr_rcu(mddev, choice)) in bind_rdev_to_array()2214 if (md_find_rdev_nr_rcu(mddev, rdev->desc_nr)) { in bind_rdev_to_array()6310 rdev = md_find_rdev_nr_rcu(mddev, info.number); in get_disk_info()