Searched refs:r10bio (Results 1 - 4 of 4) sorted by relevance
/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); 98 * for resync bio, r10bio pointer can be retrieved from the per-bio 101 static inline struct r10bio *get_resync_r10bio(struct bio *bio) in get_resync_r10bio() 109 int size = offsetof(struct r10bio, devs[conf->geo.raid_disks]); in r10bio_pool_alloc() 111 /* allocate a r10bio with room for raid_disks entries in the in r10bio_pool_alloc() 134 struct r10bio *r10_bio; in r10buf_pool_alloc() 232 struct r10bio *r10bio = __r10_bio; in r10buf_pool_free() local 237 struct bio *bio = r10bio->devs[j].bio; in r10buf_pool_free() 246 bio = r10bio in r10buf_pool_free() 587 __raid10_find_phys(struct geom *geo, struct r10bio *r10bio) __raid10_find_phys() argument 650 raid10_find_phys(struct r10conf *conf, struct r10bio *r10bio) raid10_find_phys() argument 1591 raid_end_discard_bio(struct r10bio *r10bio) raid_end_discard_bio() argument 3197 struct r10bio *r10bio = mempool_alloc(&conf->r10buf_pool, GFP_NOIO); raid10_alloc_init_r10buf() local [all...] |
H A D | raid10.h | 119 struct r10bio { struct 158 /* bits for r10bio.state */
|
/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); 83 * for resync bio, r10bio pointer can be retrieved from the per-bio 86 static inline struct r10bio *get_resync_r10bio(struct bio *bio) in get_resync_r10bio() 94 int size = offsetof(struct r10bio, devs[conf->copies]); in r10bio_pool_alloc() 96 /* allocate a r10bio with room for raid_disks entries in the in r10bio_pool_alloc() 119 struct r10bio *r10_bio; in r10buf_pool_alloc() 213 struct r10bio *r10bio = __r10_bio; in r10buf_pool_free() local 218 struct bio *bio = r10bio->devs[j].bio; in r10buf_pool_free() 226 bio = r10bio in r10buf_pool_free() 561 __raid10_find_phys(struct geom *geo, struct r10bio *r10bio) __raid10_find_phys() argument 624 raid10_find_phys(struct r10conf *conf, struct r10bio *r10bio) raid10_find_phys() argument 2811 struct r10bio *r10bio = mempool_alloc(&conf->r10buf_pool, GFP_NOIO); raid10_alloc_init_r10buf() local [all...] |
H A D | raid10.h | 120 struct r10bio { struct 159 /* bits for r10bio.state */
|
Completed in 6 milliseconds