Searched refs:rdev_dec_pending (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/drivers/md/ |
| H A D | raid10.c | 414 rdev_dec_pending(rdev, conf->mddev); in raid10_end_read_request() 1516 rdev_dec_pending(rdev, mddev); in raid10_write_request() 1520 rdev_dec_pending(rrdev, mddev); in raid10_write_request() 2321 rdev_dec_pending(rdev, mddev); in end_sync_write() 2673 rdev_dec_pending(rdev, mddev); in fix_read_error() 2733 rdev_dec_pending(rdev, mddev); in fix_read_error() 2774 rdev_dec_pending(rdev, mddev); in fix_read_error() 2871 rdev_dec_pending(rdev, mddev); in handle_read_error() 3671 rdev_dec_pending( in raid10_sync_request() 5028 rdev_dec_pending(rdev, mddev); in handle_reshape_read_error() [all …]
|
| H A D | raid1.c | 399 rdev_dec_pending(rdev, conf->mddev); in raid1_end_read_request() 548 rdev_dec_pending(rdev, conf->mddev); in raid1_end_write_request() 1552 rdev_dec_pending(rdev, mddev); in raid1_write_request() 1681 rdev_dec_pending(conf->mirrors[k].rdev, mddev); in raid1_write_request() 2226 rdev_dec_pending(rdev, mddev); in fix_sync_read_error() 2434 rdev_dec_pending(rdev, mddev); in fix_read_error() 2463 rdev_dec_pending(rdev, mddev); in fix_read_error() 2484 rdev_dec_pending(rdev, mddev); in fix_read_error() 2595 rdev_dec_pending(rdev, conf->mddev); in handle_write_finished() 2606 rdev_dec_pending(conf->mirrors[m].rdev, in handle_write_finished() [all …]
|
| H A D | md.h | 943 static inline void rdev_dec_pending(struct md_rdev *rdev, struct mddev *mddev) in rdev_dec_pending() function
|
| H A D | raid5.c | 1237 rdev_dec_pending(rdev, conf->mddev); in ops_run_io() 2835 rdev_dec_pending(rdev, conf->mddev); in raid5_end_read_request() 2900 rdev_dec_pending(rdev, conf->mddev); in raid5_end_write_request() 3615 rdev_dec_pending(rdev, conf->mddev); in handle_failed_stripe() 4961 rdev_dec_pending(s.blocked_rdev, conf->mddev); in handle_stripe() 5234 rdev_dec_pending(s.blocked_rdev, in handle_stripe() 5248 rdev_dec_pending(rdev, conf->mddev); in handle_stripe() 5254 rdev_dec_pending(rdev, conf->mddev); in handle_stripe() 5263 rdev_dec_pending(rdev, conf->mddev); in handle_stripe() 5387 rdev_dec_pending(rdev, conf->mddev); in raid5_align_endio() [all …]
|
| H A D | raid5-cache.c | 1894 rdev_dec_pending(rdev, rdev->mddev); in r5l_recovery_replay_one_stripe() 1902 rdev_dec_pending(rrdev, rrdev->mddev); in r5l_recovery_replay_one_stripe()
|
| H A D | md-bitmap.c | 388 rdev_dec_pending(rdev, mddev); in next_active_rdev()
|
| H A D | md.c | 977 rdev_dec_pending(rdev, mddev); in super_written() 9807 rdev_dec_pending(rdev, mddev); in md_wait_for_blocked_rdev()
|