Home
last modified time | relevance | path

Searched refs:FORCE_FG_GC (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/fs/f2fs/
Dsuper.c301 clear_opt(sbi, FORCE_FG_GC); in parse_options()
304 clear_opt(sbi, FORCE_FG_GC); in parse_options()
307 set_opt(sbi, FORCE_FG_GC); in parse_options()
644 if (test_opt(sbi, FORCE_FG_GC)) in f2fs_show_options()
Dsegment.h145 FORCE_FG_GC, enumerator
Dgc.c81 if (f2fs_gc(sbi, test_opt(sbi, FORCE_FG_GC))) in gc_thread_func()