Searched refs:sysfs_link_rdev (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/ |
H A D | md.h | 634 static inline int sysfs_link_rdev(struct mddev *mddev, struct md_rdev *rdev) in sysfs_link_rdev() function
|
H A D | md.c | 3289 sysfs_link_rdev(rdev->mddev, rdev); in slot_store() 4145 if (sysfs_link_rdev(mddev, rdev)) in level_store() 6099 sysfs_link_rdev(mddev, rdev); /* failure here is OK */ in md_run() 9178 sysfs_link_rdev(mddev, rdev); in remove_and_add_spares()
|
H A D | raid1.c | 3294 if (sysfs_link_rdev(mddev, rdev)) in raid1_reshape()
|
H A D | raid10.c | 4302 sysfs_link_rdev(mddev, rdev); in raid10_start_reshape()
|
H A D | raid5.c | 8233 sysfs_link_rdev(mddev, rdev); in raid5_start_reshape()
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | md.h | 690 static inline int sysfs_link_rdev(struct mddev *mddev, struct md_rdev *rdev) in sysfs_link_rdev() function
|
H A D | md.c | 3214 sysfs_link_rdev(rdev->mddev, rdev); in slot_store() 4089 if (sysfs_link_rdev(mddev, rdev)) in level_store() 6098 sysfs_link_rdev(mddev, rdev); /* failure here is OK */ in md_run() 9302 sysfs_link_rdev(mddev, rdev); in remove_and_add_spares()
|
H A D | raid1.c | 3324 if (sysfs_link_rdev(mddev, rdev)) in raid1_reshape()
|
H A D | raid10.c | 4690 sysfs_link_rdev(mddev, rdev); in raid10_start_reshape()
|
H A D | raid5.c | 8595 sysfs_link_rdev(mddev, rdev); in raid5_start_reshape()
|
Completed in 62 milliseconds