Home
last modified time | relevance | path

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

/Linux-v5.10/fs/f2fs/
Dgc.h44 unsigned int gc_wake; member
Dgc.c44 gc_th->gc_wake, in gc_thread_func()
48 if (gc_th->gc_wake) in gc_thread_func()
49 gc_th->gc_wake = 0; in gc_thread_func()
147 gc_th->gc_wake= 0; in f2fs_start_gc_thread()
Dsysfs.c367 sbi->gc_thread->gc_wake = 1; in __sbi_store()