Home
last modified time | relevance | path

Searched refs:one_time (Results 1 – 2 of 2) sorted by relevance

/linux/fs/f2fs/
H A Dgc.c42 .one_time = false }; in gc_thread_func()
58 gc_control.one_time = false; in gc_thread_func()
60 gc_control.one_time = true; in gc_thread_func()
773 unsigned long long age, bool one_time) in f2fs_get_victim() argument
791 if (one_time) { in f2fs_get_victim()
792 p.one_time_gc = one_time; in f2fs_get_victim()
1713 int gc_type, bool one_time) in __get_victim() argument
1720 LFS, 0, one_time); in __get_victim()
1728 bool force_migrate, bool one_time) in do_garbage_collect() argument
1753 if (gc_type == BG_GC || one_time) { in do_garbage_collect()
[all …]
H A Df2fs.h1408 bool one_time; /* require one time GC in one migration unit */ member
4118 unsigned long long age, bool one_time);