Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/f2fs/
H A Dgc.c93 if (sbi->gc_mode == GC_URGENT_HIGH) { in gc_thread_func()
210 case GC_URGENT_HIGH: in select_gc_type()
254 (sbi->gc_mode != GC_URGENT_HIGH) && in select_policy()
1172 (fio.sbi->gc_mode != GC_URGENT_HIGH) ? in move_data_block()
H A Ddebug.c477 si->sbi->gc_reclaimed_segs[GC_URGENT_HIGH], in stat_show()
H A Dsysfs.c460 sbi->gc_mode = GC_URGENT_HIGH; in __sbi_store()
H A Dsegment.c176 if (sbi->gc_mode == GC_URGENT_HIGH) in f2fs_need_SSR()
1772 if (sbi->gc_mode == GC_URGENT_HIGH || in issue_discard_thread()
3330 (fio->sbi->gc_mode != GC_URGENT_HIGH)) in __get_segment_type_6()
H A Df2fs.h1289 GC_URGENT_HIGH, enumerator
2755 if (sbi->gc_mode == GC_URGENT_HIGH) in is_idle()