Searched refs:md_find_rdev_nr_rcu (Results 1 – 3 of 3) sorted by relevance
572 rdev = md_find_rdev_nr_rcu(mddev, le32_to_cpu(msg->raid_slot)); in process_remove_disk()589 rdev = md_find_rdev_nr_rcu(mddev, le32_to_cpu(msg->raid_slot)); in process_readd_disk()
966 struct md_rdev *md_find_rdev_nr_rcu(struct mddev *mddev, int nr);
988 struct md_rdev *md_find_rdev_nr_rcu(struct mddev *mddev, int nr) in md_find_rdev_nr_rcu() function998 EXPORT_SYMBOL_GPL(md_find_rdev_nr_rcu);2587 while (md_find_rdev_nr_rcu(mddev, choice)) in bind_rdev_to_array()2591 if (md_find_rdev_nr_rcu(mddev, rdev->desc_nr)) { in bind_rdev_to_array()7431 rdev = md_find_rdev_nr_rcu(mddev, info.number); in get_disk_info()