f2fs_bio_alloc    291 fs/f2fs/data.c 	bio = f2fs_bio_alloc(sbi, npages, true);
f2fs_bio_alloc    685 fs/f2fs/data.c 	bio = f2fs_bio_alloc(sbi, min_t(int, nr_pages, BIO_MAX_PAGES), false);
f2fs_bio_alloc    564 fs/f2fs/segment.c 	bio = f2fs_bio_alloc(sbi, 0, false);