Searched refs:f2fs_bio_alloc (Results 1 – 3 of 3) sorted by relevance
241 bio = f2fs_bio_alloc(sbi, npages, true); in __bio_alloc()550 bio = f2fs_bio_alloc(sbi, min_t(int, nr_pages, BIO_MAX_PAGES), false); in f2fs_grab_read_bio()
2073 static inline struct bio *f2fs_bio_alloc(struct f2fs_sb_info *sbi, in f2fs_bio_alloc() function
540 struct bio *bio = f2fs_bio_alloc(sbi, 0, true); in __submit_flush_wait()