Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/md/
Draid10.c104 static void reshape_request_write(struct mddev *mddev, struct r10bio *r10_bio);
111 int size = offsetof(struct r10bio, devs[conf->copies]); in r10bio_pool_alloc()
142 struct r10bio *r10_bio; in r10buf_pool_alloc()
222 struct r10bio *r10bio = __r10_bio; in r10buf_pool_free() local
226 struct bio *bio = r10bio->devs[j].bio; in r10buf_pool_free()
234 bio = r10bio->devs[j].repl_bio; in r10buf_pool_free()
238 r10bio_pool_free(r10bio, conf); in r10buf_pool_free()
241 static void put_all_bios(struct r10conf *conf, struct r10bio *r10_bio) in put_all_bios()
257 static void free_r10bio(struct r10bio *r10_bio) in free_r10bio()
265 static void put_buf(struct r10bio *r10_bio) in put_buf()
[all …]
Draid10.h98 struct r10bio { struct