Searched refs:update_head_pos (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/ |
H A D | raid1.c | 332 static inline void update_head_pos(int disk, struct r1bio *r1_bio) in update_head_pos() function 354 update_head_pos(mirror, r1_bio); in find_bio_disk() 369 update_head_pos(r1_bio->read_disk, r1_bio); in raid1_end_read_request() 1866 update_head_pos(r1_bio->read_disk, r1_bio); in end_sync_read()
|
H A D | raid10.c | 313 static inline void update_head_pos(int slot, struct r10bio *r10_bio) in update_head_pos() function 340 update_head_pos(slot, r10_bio); in find_bio_disk() 362 update_head_pos(slot, r10_bio); in raid10_end_read_request()
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | raid1.c | 337 static inline void update_head_pos(int disk, struct r1bio *r1_bio) in update_head_pos() function 359 update_head_pos(mirror, r1_bio); in find_bio_disk() 374 update_head_pos(r1_bio->read_disk, r1_bio); in raid1_end_read_request() 1912 update_head_pos(r1_bio->read_disk, r1_bio); in end_sync_read()
|
H A D | raid10.c | 341 static inline void update_head_pos(int slot, struct r10bio *r10_bio) in update_head_pos() function 367 update_head_pos(slot, r10_bio); in find_bio_disk() 389 update_head_pos(slot, r10_bio); in raid10_end_read_request()
|
Completed in 19 milliseconds