Home
last modified time | relevance | path

Searched refs:bio_alloc_mddev (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/md/
Dmd.h674 extern struct bio *bio_alloc_mddev(gfp_t gfp_mask, int nr_iovecs,
Dmd.c164 struct bio *bio_alloc_mddev(gfp_t gfp_mask, int nr_iovecs, in bio_alloc_mddev() function
177 EXPORT_SYMBOL_GPL(bio_alloc_mddev);
401 bi = bio_alloc_mddev(GFP_NOIO, 0, mddev); in submit_flushes()
744 struct bio *bio = bio_alloc_mddev(GFP_NOIO, 1, mddev); in md_super_write()
765 struct bio *bio = bio_alloc_mddev(GFP_NOIO, 1, rdev->mddev); in sync_page_io()
Draid1.c2196 wbio = bio_alloc_mddev(GFP_NOIO, vcnt, mddev); in narrow_write_error()
Draid10.c4314 read_bio = bio_alloc_mddev(GFP_KERNEL, RESYNC_PAGES, mddev); in reshape_request()