Searched refs:rdev_dec_pending (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/drivers/md/ |
D | raid1.c | 270 rdev_dec_pending(conf->mirrors[i].rdev, r1_bio->mddev); in put_buf() 400 rdev_dec_pending(rdev, conf->mddev); in raid1_end_read_request() 554 rdev_dec_pending(rdev, conf->mddev); in raid1_end_write_request() 1449 rdev_dec_pending(rdev, mddev); in raid1_write_request() 1478 rdev_dec_pending(conf->mirrors[j].rdev, mddev); in raid1_write_request() 2115 rdev_dec_pending(rdev, mddev); in fix_sync_read_error() 2180 rdev_dec_pending(conf->mirrors[primary].rdev, mddev); in process_checks() 2218 rdev_dec_pending(conf->mirrors[i].rdev, mddev); in process_checks() 2310 rdev_dec_pending(rdev, mddev); in fix_read_error() 2341 rdev_dec_pending(rdev, mddev); in fix_read_error() [all …]
|
D | raid10.c | 416 rdev_dec_pending(rdev, conf->mddev); in raid10_end_read_request() 559 rdev_dec_pending(rdev, conf->mddev); in raid10_end_write_request() 1636 rdev_dec_pending(rdev, conf->mddev); in raid10_end_discard_request() 2285 rdev_dec_pending(conf->mirrors[d].rdev, conf->mddev); in __end_sync_read() 2373 rdev_dec_pending(rdev, mddev); in end_sync_write() 2774 rdev_dec_pending(rdev, mddev); in fix_read_error() 2838 rdev_dec_pending(rdev, mddev); in fix_read_error() 2881 rdev_dec_pending(rdev, mddev); in fix_read_error() 2980 rdev_dec_pending(rdev, mddev); in handle_read_error() 3047 rdev_dec_pending(rdev, conf->mddev); in handle_write_completed() [all …]
|
D | md-multipath.c | 97 rdev_dec_pending(rdev, conf->mddev); in multipath_end_request()
|
D | md.h | 804 static inline void rdev_dec_pending(struct md_rdev *rdev, struct mddev *mddev) in rdev_dec_pending() function
|
D | raid5.c | 1240 rdev_dec_pending(rdev, conf->mddev); in ops_run_io() 2870 rdev_dec_pending(rdev, conf->mddev); in raid5_end_read_request() 2940 rdev_dec_pending(rdev, conf->mddev); in raid5_end_write_request() 3678 rdev_dec_pending(rdev, conf->mddev); in handle_failed_stripe() 5053 rdev_dec_pending(s.blocked_rdev, conf->mddev); in handle_stripe() 5326 rdev_dec_pending(s.blocked_rdev, in handle_stripe() 5340 rdev_dec_pending(rdev, conf->mddev); in handle_stripe() 5346 rdev_dec_pending(rdev, conf->mddev); in handle_stripe() 5355 rdev_dec_pending(rdev, conf->mddev); in handle_stripe() 5486 rdev_dec_pending(rdev, conf->mddev); in raid5_align_endio() [all …]
|
D | raid5-cache.c | 1898 rdev_dec_pending(rdev, rdev->mddev); in r5l_recovery_replay_one_stripe() 1908 rdev_dec_pending(rrdev, rrdev->mddev); in r5l_recovery_replay_one_stripe()
|
D | md.c | 516 rdev_dec_pending(rdev, mddev); in md_end_flush() 554 rdev_dec_pending(rdev, mddev); in submit_flushes() 921 rdev_dec_pending(rdev, mddev); in super_written() 9506 rdev_dec_pending(rdev, mddev); in md_wait_for_blocked_rdev()
|
D | md-bitmap.c | 197 rdev_dec_pending(rdev, mddev); in next_active_rdev()
|