Home
last modified time | relevance | path

Searched refs:f2fs_bio_alloc (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/fs/f2fs/
Ddata.c59 struct bio *f2fs_bio_alloc(struct f2fs_sb_info *sbi, int npages, bool noio) in f2fs_bio_alloc() function
445 bio = f2fs_bio_alloc(sbi, npages, true); in __bio_alloc()
1037 bio = f2fs_bio_alloc(sbi, min_t(int, nr_pages, BIO_MAX_PAGES), in f2fs_grab_read_bio()
Df2fs.h3456 struct bio *f2fs_bio_alloc(struct f2fs_sb_info *sbi, int npages, bool noio);
Dsegment.c565 bio = f2fs_bio_alloc(sbi, 0, false); in __submit_flush_wait()