Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/md/
Dmd.h668 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);
417 bi = bio_alloc_mddev(GFP_NOIO, 0, mddev); in submit_flushes()
759 struct bio *bio = bio_alloc_mddev(GFP_NOIO, 1, mddev); in md_super_write()
780 struct bio *bio = bio_alloc_mddev(GFP_NOIO, 1, rdev->mddev); in sync_page_io()
Draid1.c2236 wbio = bio_alloc_mddev(GFP_NOIO, vcnt, mddev); in narrow_write_error()
Draid10.c4386 read_bio = bio_alloc_mddev(GFP_KERNEL, RESYNC_PAGES, mddev); in reshape_request()