Home
last modified time | relevance | path

Searched refs:GC_NORMAL (Results 1 – 5 of 5) sorted by relevance

/linux-6.6.21/fs/f2fs/
Dsysfs.c526 sbi->gc_mode = GC_NORMAL; in __sbi_store()
559 sbi->gc_mode = GC_NORMAL; in __sbi_store()
Ddebug.c538 seq_printf(s, " - Normal : %d\n", sbi->gc_reclaimed_segs[GC_NORMAL]); in stat_show()
Dgc.c157 if (sbi->gc_mode != GC_NORMAL) { in gc_thread_func()
162 sbi->gc_mode = GC_NORMAL; in gc_thread_func()
Df2fs.h1320 GC_NORMAL, enumerator
Dsuper.c3812 sbi->gc_mode = GC_NORMAL; in init_sb_info()