Home
last modified time | relevance | path

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

/Linux-v5.15/fs/f2fs/
Dgc.h44 unsigned int gc_wake; member
Dgc.c47 gc_th->gc_wake, in gc_thread_func()
54 if (gc_th->gc_wake) in gc_thread_func()
55 gc_th->gc_wake = 0; in gc_thread_func()
164 gc_th->gc_wake = 0; in f2fs_start_gc_thread()
Dsysfs.c454 sbi->gc_thread->gc_wake = 1; in __sbi_store()