Home
last modified time | relevance | path

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

/Linux-v4.19/fs/f2fs/
Ddata.c241 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()
Df2fs.h2073 static inline struct bio *f2fs_bio_alloc(struct f2fs_sb_info *sbi, in f2fs_bio_alloc() function
Dsegment.c540 struct bio *bio = f2fs_bio_alloc(sbi, 0, true); in __submit_flush_wait()