Home
last modified time | relevance | path

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

/fs/f2fs/
Dsuper.c395 clear_opt(sbi, FORCE_FG_GC); in parse_options()
398 clear_opt(sbi, FORCE_FG_GC); in parse_options()
401 set_opt(sbi, FORCE_FG_GC); in parse_options()
1237 if (test_opt(sbi, FORCE_FG_GC)) in f2fs_show_options()
Dsegment.h165 FORCE_FG_GC, enumerator
Dgc.c102 if (f2fs_gc(sbi, test_opt(sbi, FORCE_FG_GC), true, NULL_SEGNO)) in gc_thread_func()