Home
last modified time | relevance | path

Searched refs:f2fs_gc (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/fs/f2fs/
Dgc.c100 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
Dfile.c2101 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()
Df2fs.h3050 int f2fs_gc(struct f2fs_sb_info *sbi, bool sync, bool background,
Dsegment.c492 f2fs_gc(sbi, false, false, NULL_SEGNO); in f2fs_balance_fs()