Home
last modified time | relevance | path

Searched refs:r10bio (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/md/
H A Draid10.c73 static void reshape_request_write(struct mddev *mddev, struct r10bio *r10_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()
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->devs[j].repl_bio; in r10buf_pool_free()
256 rbio_pool_free(r10bio, conf); in r10buf_pool_free()
259 static void put_all_bios(struct r10conf *conf, struct r10bio *r10_bio) in put_all_bios()
275 static void free_r10bio(struct r10bio *r10_bio) in free_r10bio()
[all …]
H A Draid10.h119 struct r10bio { struct