Home
last modified time | relevance | path

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

/openbmc/linux/fs/f2fs/
H A Dsysfs.c532 sbi->gc_mode = GC_NORMAL; in __sbi_store()
565 sbi->gc_mode = GC_NORMAL; in __sbi_store()
H A Dgc.c157 if (sbi->gc_mode != GC_NORMAL) { in gc_thread_func()
162 sbi->gc_mode = GC_NORMAL; in gc_thread_func()
H A Ddebug.c538 seq_printf(s, " - Normal : %d\n", sbi->gc_reclaimed_segs[GC_NORMAL]); in stat_show()
H A Df2fs.h1330 GC_NORMAL, enumerator
H A Dsuper.c3776 sbi->gc_mode = GC_NORMAL; in init_sb_info()