Home
last modified time | relevance | path

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

/linux/drivers/md/
H A Draid10.c76 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()
108 return offsetof(struct r10bio, devs[raid_disks]); in calc_r10bio_size()
118 static struct r10bio *alloc_r10bio(unsigned int raid_disks, gfp_t gfp_flags) in alloc_r10bio()
144 struct r10bio *r10_bio; in r10buf_pool_alloc()
242 struct r10bio *r10bio = __r10_bio; in r10buf_pool_free() local
247 struct bio *bio = r10bio->devs[j].bio; in r10buf_pool_free()
256 bio = r10bio->devs[j].repl_bio; in r10buf_pool_free()
266 rbio_pool_free(r10bio, conf); in r10buf_pool_free()
269 static void put_all_bios(struct r10conf *conf, struct r10bio *r10_bio) in put_all_bios()
[all …]
H A Draid10.h114 struct r10bio { struct