/kernel/linux/linux-6.6/drivers/md/ |
H A D | raid10.c | 73 static void reshape_request_write(struct mddev *mddev, struct r10bio *r10_bio); 134 struct r10bio *r10_bio; in r10buf_pool_alloc() local 140 r10_bio = r10bio_pool_alloc(gfp_flags, conf); in r10buf_pool_alloc() 141 if (!r10_bio) in r10buf_pool_alloc() 167 r10_bio->devs[j].bio = bio; in r10buf_pool_alloc() 174 r10_bio->devs[j].repl_bio = bio; in r10buf_pool_alloc() 181 struct bio *rbio = r10_bio->devs[j].repl_bio; in r10buf_pool_alloc() 188 bio = r10_bio->devs[j].bio; in r10buf_pool_alloc() 199 rp->raid_bio = r10_bio; in r10buf_pool_alloc() 207 return r10_bio; in r10buf_pool_alloc() 259 put_all_bios(struct r10conf *conf, struct r10bio *r10_bio) put_all_bios() argument 275 free_r10bio(struct r10bio *r10_bio) free_r10bio() argument 283 put_buf(struct r10bio *r10_bio) put_buf() argument 298 reschedule_retry(struct r10bio *r10_bio) reschedule_retry() argument 320 raid_end_bio_io(struct r10bio *r10_bio) raid_end_bio_io() argument 341 update_head_pos(int slot, struct r10bio *r10_bio) update_head_pos() argument 352 find_bio_disk(struct r10conf *conf, struct r10bio *r10_bio, struct bio *bio, int *slotp, int *replp) find_bio_disk() argument 379 struct r10bio *r10_bio = bio->bi_private; raid10_end_read_request() local 428 close_write(struct r10bio *r10_bio) close_write() argument 438 one_write_done(struct r10bio *r10_bio) one_write_done() argument 455 struct r10bio *r10_bio = bio->bi_private; raid10_end_write_request() local 729 read_balance(struct r10conf *conf, struct r10bio *r10_bio, int *max_sectors) read_balance() argument 1098 choose_data_offset(struct r10bio *r10_bio, struct md_rdev *rdev) choose_data_offset() argument 1172 raid10_read_request(struct mddev *mddev, struct bio *bio, struct r10bio *r10_bio, bool io_accounting) raid10_read_request() argument 1269 raid10_write_one_disk(struct mddev *mddev, struct r10bio *r10_bio, struct bio *bio, bool replacement, int n_copy) raid10_write_one_disk() argument 1343 wait_blocked_dev(struct mddev *mddev, struct r10bio *r10_bio) wait_blocked_dev() argument 1407 raid10_write_request(struct mddev *mddev, struct bio *bio, struct r10bio *r10_bio) raid10_write_request() argument 1571 struct r10bio *r10_bio; __make_request() local 1615 struct r10bio *r10_bio = bio->bi_private; raid10_end_discard_request() local 1656 struct r10bio *r10_bio, *first_r10bio; raid10_handle_discard() local 2278 __end_sync_read(struct r10bio *r10_bio, struct bio *bio, int d) __end_sync_read() argument 2306 struct r10bio *r10_bio = get_resync_r10bio(bio); end_sync_read() local 2316 struct r10bio *r10_bio = bio->bi_private; end_reshape_read() local 2321 end_sync_request(struct r10bio *r10_bio) end_sync_request() argument 2350 struct r10bio *r10_bio = get_resync_r10bio(bio); end_sync_write() local 2403 sync_request_write(struct mddev *mddev, struct r10bio *r10_bio) sync_request_write() argument 2534 fix_recovery_read_error(struct r10bio *r10_bio) fix_recovery_read_error() argument 2617 recovery_request_write(struct mddev *mddev, struct r10bio *r10_bio) recovery_request_write() argument 2726 fix_read_error(struct r10conf *conf, struct mddev *mddev, struct r10bio *r10_bio) fix_read_error() argument 2903 narrow_write_error(struct r10bio *r10_bio, int i) narrow_write_error() argument 2964 handle_read_error(struct mddev *mddev, struct r10bio *r10_bio) handle_read_error() argument 3002 handle_write_completed(struct r10conf *conf, struct r10bio *r10_bio) handle_write_completed() argument 3106 struct r10bio *r10_bio; raid10d() local 3297 struct r10bio *r10_bio; raid10_sync_request() local 4813 struct r10bio *r10_bio; reshape_request() local 5051 reshape_request_write(struct mddev *mddev, struct r10bio *r10_bio) reshape_request_write() argument 5129 handle_reshape_read_error(struct mddev *mddev, struct r10bio *r10_bio) handle_reshape_read_error() argument 5206 struct r10bio *r10_bio = get_resync_r10bio(bio); end_reshape_write() local 5231 end_reshape_request(struct r10bio *r10_bio) end_reshape_request() argument [all...] |
/kernel/linux/linux-5.10/drivers/md/ |
H A D | raid10.c | 73 static void reshape_request_write(struct mddev *mddev, struct r10bio *r10_bio); 119 struct r10bio *r10_bio; in r10buf_pool_alloc() local 125 r10_bio = r10bio_pool_alloc(gfp_flags, conf); in r10buf_pool_alloc() 126 if (!r10_bio) in r10buf_pool_alloc() 151 r10_bio->devs[j].bio = bio; in r10buf_pool_alloc() 157 r10_bio->devs[j].repl_bio = bio; in r10buf_pool_alloc() 164 struct bio *rbio = r10_bio->devs[j].repl_bio; in r10buf_pool_alloc() 171 bio = r10_bio->devs[j].bio; in r10buf_pool_alloc() 182 rp->raid_bio = r10_bio; in r10buf_pool_alloc() 190 return r10_bio; in r10buf_pool_alloc() 237 put_all_bios(struct r10conf *conf, struct r10bio *r10_bio) put_all_bios() argument 253 free_r10bio(struct r10bio *r10_bio) free_r10bio() argument 261 put_buf(struct r10bio *r10_bio) put_buf() argument 270 reschedule_retry(struct r10bio *r10_bio) reschedule_retry() argument 292 raid_end_bio_io(struct r10bio *r10_bio) raid_end_bio_io() argument 313 update_head_pos(int slot, struct r10bio *r10_bio) update_head_pos() argument 324 find_bio_disk(struct r10conf *conf, struct r10bio *r10_bio, struct bio *bio, int *slotp, int *replp) find_bio_disk() argument 352 struct r10bio *r10_bio = bio->bi_private; raid10_end_read_request() local 402 close_write(struct r10bio *r10_bio) close_write() argument 412 one_write_done(struct r10bio *r10_bio) one_write_done() argument 429 struct r10bio *r10_bio = bio->bi_private; raid10_end_write_request() local 703 read_balance(struct r10conf *conf, struct r10bio *r10_bio, int *max_sectors) read_balance() argument 1045 choose_data_offset(struct r10bio *r10_bio, struct md_rdev *rdev) choose_data_offset() argument 1127 raid10_read_request(struct mddev *mddev, struct bio *bio, struct r10bio *r10_bio) raid10_read_request() argument 1221 raid10_write_one_disk(struct mddev *mddev, struct r10bio *r10_bio, struct bio *bio, bool replacement, int n_copy) raid10_write_one_disk() argument 1289 raid10_write_request(struct mddev *mddev, struct bio *bio, struct r10bio *r10_bio) raid10_write_request() argument 1502 struct r10bio *r10_bio; __make_request() local 1886 __end_sync_read(struct r10bio *r10_bio, struct bio *bio, int d) __end_sync_read() argument 1914 struct r10bio *r10_bio = get_resync_r10bio(bio); end_sync_read() local 1924 struct r10bio *r10_bio = bio->bi_private; end_reshape_read() local 1929 end_sync_request(struct r10bio *r10_bio) end_sync_request() argument 1958 struct r10bio *r10_bio = get_resync_r10bio(bio); end_sync_write() local 2011 sync_request_write(struct mddev *mddev, struct r10bio *r10_bio) sync_request_write() argument 2144 fix_recovery_read_error(struct r10bio *r10_bio) fix_recovery_read_error() argument 2227 recovery_request_write(struct mddev *mddev, struct r10bio *r10_bio) recovery_request_write() argument 2336 fix_read_error(struct r10conf *conf, struct mddev *mddev, struct r10bio *r10_bio) fix_read_error() argument 2521 narrow_write_error(struct r10bio *r10_bio, int i) narrow_write_error() argument 2582 handle_read_error(struct mddev *mddev, struct r10bio *r10_bio) handle_read_error() argument 2616 handle_write_completed(struct r10conf *conf, struct r10bio *r10_bio) handle_write_completed() argument 2720 struct r10bio *r10_bio; raid10d() local 2911 struct r10bio *r10_bio; raid10_sync_request() local 4425 struct r10bio *r10_bio; reshape_request() local 4669 reshape_request_write(struct mddev *mddev, struct r10bio *r10_bio) reshape_request_write() argument 4747 handle_reshape_read_error(struct mddev *mddev, struct r10bio *r10_bio) handle_reshape_read_error() argument 4824 struct r10bio *r10_bio = get_resync_r10bio(bio); end_reshape_write() local 4849 end_reshape_request(struct r10bio *r10_bio) end_reshape_request() argument [all...] |