Searched refs:bch_bio_alloc_pages (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/bcache/ |
H A D | util.c | 259 * bch_bio_alloc_pages - allocates a single page for each bvec in a bio 268 int bch_bio_alloc_pages(struct bio *bio, gfp_t gfp_mask) in bch_bio_alloc_pages() function
|
H A D | debug.c | 123 if (bch_bio_alloc_pages(check, GFP_NOIO)) in bch_data_verify()
|
H A D | movinggc.c | 166 if (bch_bio_alloc_pages(bio, GFP_KERNEL)) in read_moving()
|
H A D | util.h | 587 int bch_bio_alloc_pages(struct bio *bio, gfp_t gfp_mask);
|
H A D | writeback.c | 510 if (bch_bio_alloc_pages(&io->bio, GFP_KERNEL)) in read_dirty()
|
H A D | request.c | 930 if (bch_bio_alloc_pages(cache_bio, __GFP_NOWARN|GFP_NOIO)) in cached_dev_cache_miss()
|
H A D | btree.c | 375 if (!bch_bio_alloc_pages(b->bio, __GFP_NOWARN|GFP_NOWAIT)) { in do_btree_node_write()
|
/kernel/linux/linux-6.6/drivers/md/bcache/ |
H A D | util.c | 259 * bch_bio_alloc_pages - allocates a single page for each bvec in a bio 268 int bch_bio_alloc_pages(struct bio *bio, gfp_t gfp_mask) in bch_bio_alloc_pages() function
|
H A D | debug.c | 124 if (bch_bio_alloc_pages(check, GFP_NOIO)) in bch_data_verify()
|
H A D | movinggc.c | 166 if (bch_bio_alloc_pages(bio, GFP_KERNEL)) in read_moving()
|
H A D | util.h | 560 int bch_bio_alloc_pages(struct bio *bio, gfp_t gfp_mask);
|
H A D | writeback.c | 555 if (bch_bio_alloc_pages(&io->bio, GFP_KERNEL)) in read_dirty()
|
H A D | request.c | 928 if (bch_bio_alloc_pages(cache_bio, __GFP_NOWARN|GFP_NOIO)) in cached_dev_cache_miss()
|
H A D | btree.c | 375 if (!bch_bio_alloc_pages(b->bio, __GFP_NOWARN|GFP_NOWAIT)) { in do_btree_node_write()
|
Completed in 16 milliseconds