Home
last modified time | relevance | path

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

/drivers/md/
Draid1.c108 static inline struct r1bio *get_resync_r1bio(struct bio *bio) in get_resync_r1bio()
116 int size = offsetof(struct r1bio, bios[pi->raid_disks]); in r1bio_pool_alloc()
132 struct r1bio *r1_bio; in r1buf_pool_alloc()
205 struct r1bio *r1bio = __r1_bio; in r1buf_pool_free() local
209 rp = get_resync_pages(r1bio->bios[i]); in r1buf_pool_free()
211 bio_put(r1bio->bios[i]); in r1buf_pool_free()
217 rbio_pool_free(r1bio, data); in r1buf_pool_free()
220 static void put_all_bios(struct r1conf *conf, struct r1bio *r1_bio) in put_all_bios()
232 static void free_r1bio(struct r1bio *r1_bio) in free_r1bio()
240 static void put_buf(struct r1bio *r1_bio) in put_buf()
[all …]
Draid1.h151 struct r1bio { struct