Searched refs:f2fs_gc (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/fs/f2fs/ |
D | gc.c | 100 if (f2fs_gc(sbi, test_opt(sbi, FORCE_FG_GC), true, NULL_SEGNO)) in gc_thread_func() 1131 int f2fs_gc(struct f2fs_sb_info *sbi, bool sync, in f2fs_gc() function
|
D | file.c | 2101 ret = f2fs_gc(sbi, sync, true, NULL_SEGNO); in f2fs_ioc_gc() 2144 ret = f2fs_gc(sbi, range.sync, true, GET_SEGNO(sbi, range.start)); in f2fs_ioc_gc_range() 2570 ret = f2fs_gc(sbi, true, true, start_segno); in f2fs_ioc_flush_device()
|
D | f2fs.h | 3050 int f2fs_gc(struct f2fs_sb_info *sbi, bool sync, bool background,
|
D | segment.c | 492 f2fs_gc(sbi, false, false, NULL_SEGNO); in f2fs_balance_fs()
|