Home
last modified time | relevance | path

Searched refs:bch2_bio_alloc_pages (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/fs/bcachefs/
Dutil.h333 int bch2_bio_alloc_pages(struct bio *, size_t, gfp_t);
Dutil.c636 int bch2_bio_alloc_pages(struct bio *bio, size_t size, gfp_t gfp_mask) in bch2_bio_alloc_pages() function
Dmove.c298 if (bch2_bio_alloc_pages(&io->write.op.wbio.bio, sectors << 9, in bch2_move_extent()
Dio_read.c206 if (bch2_bio_alloc_pages(&(*rbio)->bio, sectors << 9, GFP_KERNEL)) { in __promote_alloc()
Dio_write.c754 bch2_bio_alloc_pages(bio, in bch2_write_bio_alloc()