Home
last modified time | relevance | path

Searched refs:GC_URGENT_MID (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/fs/f2fs/
H A Dgc.c98 sbi->gc_mode == GC_URGENT_MID) { in gc_thread_func()
232 case GC_URGENT_MID: in select_gc_type()
H A Ddebug.c545 seq_printf(s, " - Urgent Mid : %d\n", sbi->gc_reclaimed_segs[GC_URGENT_MID]); in stat_show()
H A Dsysfs.c544 sbi->gc_mode = GC_URGENT_MID; in __sbi_store()
H A Df2fs.h1336 GC_URGENT_MID, enumerator
2863 if (sbi->gc_mode == GC_URGENT_MID) in is_idle()