Home
last modified time | relevance | path

Searched refs:bio_alloc_pages (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/drivers/md/bcache/
Ddebug.c117 if (bio_alloc_pages(check, GFP_NOIO)) in bch_data_verify()
Dmovinggc.c169 if (bio_alloc_pages(bio, GFP_KERNEL)) in read_moving()
Dwriteback.c262 if (bio_alloc_pages(&io->bio, GFP_KERNEL)) in read_dirty()
Drequest.c836 if (bio_alloc_pages(cache_bio, __GFP_NOWARN|GFP_NOIO)) in cached_dev_cache_miss()
Dbtree.c423 if (!bio_alloc_pages(b->bio, __GFP_NOWARN|GFP_NOWAIT)) { in do_btree_node_write()
/linux-4.4.14/include/linux/
Dbio.h514 extern int bio_alloc_pages(struct bio *bio, gfp_t gfp);
/linux-4.4.14/block/
Dbio.c913 int bio_alloc_pages(struct bio *bio, gfp_t gfp_mask) in bio_alloc_pages() function
929 EXPORT_SYMBOL(bio_alloc_pages);
/linux-4.4.14/drivers/md/
Draid1.c132 if (bio_alloc_pages(bio, gfp_flags)) in r1buf_pool_alloc()