Home
last modified time | relevance | path

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

/linux-4.4.14/fs/f2fs/
Dgc.c81 if (f2fs_gc(sbi, test_opt(sbi, FORCE_FG_GC))) in gc_thread_func()
817 int f2fs_gc(struct f2fs_sb_info *sbi, bool sync) in f2fs_gc() function
Dfile.c1625 return f2fs_gc(sbi, sync); in f2fs_ioc_gc()
Df2fs.h1860 int f2fs_gc(struct f2fs_sb_info *, bool);
Dsegment.c292 f2fs_gc(sbi, false); in f2fs_balance_fs()