Home
last modified time | relevance | path

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

/linux-6.6.21/fs/f2fs/
Df2fs.h3953 #define stat_io_skip_bggc_count(sbi) ((sbi)->io_skip_bggc++) macro
4071 #define stat_io_skip_bggc_count(sbi) do { } while (0) macro
Dgc.c115 stat_io_skip_bggc_count(sbi); in gc_thread_func()