Home
last modified time | relevance | path

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

/linux-6.1.9/fs/f2fs/
Df2fs.h3915 #define stat_inc_bggc_count(si) ((si)->bg_gc++) macro
4041 #define stat_inc_bggc_count(si) do { } while (0) macro
Dgc.c127 stat_inc_bggc_count(sbi->stat_info); in gc_thread_func()