Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/md/
Draid10.c103 static void reshape_request_write(struct mddev *mddev, struct r10bio *r10_bio);
110 int size = offsetof(struct r10bio, devs[conf->copies]); in r10bio_pool_alloc()
141 struct r10bio *r10_bio; in r10buf_pool_alloc()
221 struct r10bio *r10bio = __r10_bio; in r10buf_pool_free() local
225 struct bio *bio = r10bio->devs[j].bio; in r10buf_pool_free()
233 bio = r10bio->devs[j].repl_bio; in r10buf_pool_free()
237 r10bio_pool_free(r10bio, conf); in r10buf_pool_free()
240 static void put_all_bios(struct r10conf *conf, struct r10bio *r10_bio) in put_all_bios()
256 static void free_r10bio(struct r10bio *r10_bio) in free_r10bio()
264 static void put_buf(struct r10bio *r10_bio) in put_buf()
[all …]
Draid10.h92 struct r10bio { struct