Home
last modified time | relevance | path

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

/linux-6.6.21/fs/f2fs/
Dgc.c97 if (sbi->gc_mode == GC_URGENT_HIGH || in gc_thread_func()
234 case GC_URGENT_HIGH: in select_gc_type()
278 (sbi->gc_mode != GC_URGENT_HIGH) && in select_policy()
1286 (fio.sbi->gc_mode != GC_URGENT_HIGH) ? in move_data_block()
Ddebug.c544 sbi->gc_reclaimed_segs[GC_URGENT_HIGH]); in stat_show()
Dsysfs.c528 sbi->gc_mode = GC_URGENT_HIGH; in __sbi_store()
Dsegment.c179 if (sbi->gc_mode == GC_URGENT_HIGH) in f2fs_need_SSR()
1891 if (sbi->gc_mode == GC_URGENT_HIGH || in issue_discard_thread()
3347 (fio->sbi->gc_mode != GC_URGENT_HIGH)) in __get_segment_type_6()
Df2fs.h1324 GC_URGENT_HIGH, enumerator
2833 if (sbi->gc_mode == GC_URGENT_HIGH) in is_idle()
Dsuper.c2235 sbi->gc_mode = GC_URGENT_HIGH; in f2fs_disable_checkpoint()