Home
last modified time | relevance | path

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

/linux-4.4.14/fs/f2fs/
Dsegment.c331 bio = f2fs_bio_alloc(0); in issue_flush_thread()
365 struct bio *bio = f2fs_bio_alloc(0); in f2fs_issue_flush()
Ddata.c93 bio = f2fs_bio_alloc(npages); in __bio_alloc()
Df2fs.h1294 static inline struct bio *f2fs_bio_alloc(int npages) in f2fs_bio_alloc() function