Home
last modified time | relevance | path

Searched refs:bch_bio_alloc_pages (Results 1 – 3 of 3) 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 Dutil.h559 int bch_bio_alloc_pages(struct bio *bio, gfp_t gfp_mask);
H A Drequest.c942 if (bch_bio_alloc_pages(cache_bio, __GFP_NOWARN|GFP_NOIO)) in cached_dev_cache_miss()