Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/md/
Draid10.c106 static void reshape_request_write(struct mddev *mddev, struct r10bio *r10_bio);
119 static inline struct r10bio *get_resync_r10bio(struct bio *bio) in get_resync_r10bio()
127 int size = offsetof(struct r10bio, devs[conf->copies]); in r10bio_pool_alloc()
157 struct r10bio *r10_bio; in r10buf_pool_alloc()
251 struct r10bio *r10bio = __r10_bio; in r10buf_pool_free() local
256 struct bio *bio = r10bio->devs[j].bio; in r10buf_pool_free()
264 bio = r10bio->devs[j].repl_bio; in r10buf_pool_free()
272 r10bio_pool_free(r10bio, conf); in r10buf_pool_free()
275 static void put_all_bios(struct r10conf *conf, struct r10bio *r10_bio) in put_all_bios()
291 static void free_r10bio(struct r10bio *r10_bio) in free_r10bio()
[all …]
Draid10.h120 struct r10bio { struct