Home
last modified time | relevance | path

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

/linux-6.1.9/fs/f2fs/
Dgc.c99 if (sbi->gc_mode == GC_URGENT_HIGH || in gc_thread_func()
155 if (sbi->gc_mode == GC_URGENT_HIGH) { in gc_thread_func()
233 case GC_URGENT_HIGH: in select_gc_type()
277 (sbi->gc_mode != GC_URGENT_HIGH) && in select_policy()
1253 (fio.sbi->gc_mode != GC_URGENT_HIGH) ? in move_data_block()
Ddebug.c482 si->sbi->gc_reclaimed_segs[GC_URGENT_HIGH], in stat_show()
Dsysfs.c498 sbi->gc_mode = GC_URGENT_HIGH; in __sbi_store()
Dsegment.c179 if (sbi->gc_mode == GC_URGENT_HIGH) in f2fs_need_SSR()
1672 if (sbi->gc_mode == GC_URGENT_HIGH || in issue_discard_thread()
3168 (fio->sbi->gc_mode != GC_URGENT_HIGH)) in __get_segment_type_6()
Df2fs.h1326 GC_URGENT_HIGH, enumerator
2828 if (sbi->gc_mode == GC_URGENT_HIGH) in is_idle()
Dsuper.c2115 sbi->gc_mode = GC_URGENT_HIGH; in f2fs_disable_checkpoint()