f2fs_gc          3249 fs/f2fs/f2fs.h int f2fs_gc(struct f2fs_sb_info *sbi, bool sync, bool background,
f2fs_gc          2295 fs/f2fs/file.c 	ret = f2fs_gc(sbi, sync, true, NULL_SEGNO);
f2fs_gc          2338 fs/f2fs/file.c 	ret = f2fs_gc(sbi, range.sync, true, GET_SEGNO(sbi, range.start));
f2fs_gc          2773 fs/f2fs/file.c 		ret = f2fs_gc(sbi, true, true, start_segno);
f2fs_gc           105 fs/f2fs/gc.c   		if (f2fs_gc(sbi, test_opt(sbi, FORCE_FG_GC), true, NULL_SEGNO))
f2fs_gc           509 fs/f2fs/segment.c 		f2fs_gc(sbi, false, false, NULL_SEGNO);
f2fs_gc          1524 fs/f2fs/super.c 		err = f2fs_gc(sbi, true, false, NULL_SEGNO);