Home
last modified time | relevance | path

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

/Linux-v5.4/fs/f2fs/
Dsuper.c424 clear_opt(sbi, FORCE_FG_GC); in parse_options()
427 clear_opt(sbi, FORCE_FG_GC); in parse_options()
430 set_opt(sbi, FORCE_FG_GC); in parse_options()
1340 if (test_opt(sbi, FORCE_FG_GC)) in f2fs_show_options()
Dsegment.h162 FORCE_FG_GC, enumerator
Dgc.c105 if (f2fs_gc(sbi, test_opt(sbi, FORCE_FG_GC), true, NULL_SEGNO)) in gc_thread_func()