Home
last modified time | relevance | path

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

/linux-6.15/fs/f2fs/
H A Dgc.c84 gc_control.one_time = false; in gc_thread_func()
135 gc_control.one_time = true; in gc_thread_func()
144 gc_control.one_time; in gc_thread_func()
772 unsigned long long age, bool one_time) in f2fs_get_victim() argument
789 p.one_time_gc = one_time; in f2fs_get_victim()
1704 int gc_type, bool one_time) in __get_victim() argument
1711 LFS, 0, one_time); in __get_victim()
1719 bool force_migrate, bool one_time) in do_garbage_collect() argument
1746 if (gc_type == BG_GC || one_time) { in do_garbage_collect()
1931 gc_control->one_time); in f2fs_gc()
[all …]
H A Df2fs.h1320 bool one_time; /* require one time GC in one migration unit */ member
4014 unsigned long long age, bool one_time);