Home
last modified time | relevance | path

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

/Linux-v5.15/fs/f2fs/
Df2fs.h3716 #define stat_io_skip_bggc_count(sbi) ((sbi)->io_skip_bggc++) macro
3845 #define stat_io_skip_bggc_count(sbi) do { } while (0) macro
Dgc.c110 stat_io_skip_bggc_count(sbi); in gc_thread_func()