Home
last modified time | relevance | path

Searched refs:LIMIT_BOOST_ZONED_GC (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/fs/f2fs/
Dgc.h35 #define LIMIT_BOOST_ZONED_GC 25 /* percentage over total user space of boosted gc for zoned devices… macro
196 return !has_enough_free_blocks(sbi, LIMIT_BOOST_ZONED_GC); in need_to_boost_gc()
Dgc.c206 gc_th->boost_zoned_gc_percent = LIMIT_BOOST_ZONED_GC; in f2fs_start_gc_thread()