Searched refs:f2fs_bio_alloc (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/fs/f2fs/ |
D | data.c | 59 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()
|
D | f2fs.h | 3456 struct bio *f2fs_bio_alloc(struct f2fs_sb_info *sbi, int npages, bool noio);
|
D | segment.c | 565 bio = f2fs_bio_alloc(sbi, 0, false); in __submit_flush_wait()
|