Home
last modified time | relevance | path

Searched refs:bch_bio_alloc_pages (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/md/bcache/
H A Dutil.c268 int bch_bio_alloc_pages(struct bio *bio, gfp_t gfp_mask) in bch_bio_alloc_pages() function
H A Ddebug.c124 if (bch_bio_alloc_pages(check, GFP_NOIO)) in bch_data_verify()
H A Dmovinggc.c166 if (bch_bio_alloc_pages(bio, GFP_KERNEL)) in read_moving()
H A Dutil.h496 int bch_bio_alloc_pages(struct bio *bio, gfp_t gfp_mask);
H A Dwriteback.c555 if (bch_bio_alloc_pages(&io->bio, GFP_KERNEL)) in read_dirty()
H A Dbtree.c375 if (!bch_bio_alloc_pages(b->bio, __GFP_NOWARN|GFP_NOWAIT)) { in do_btree_node_write()