Home
last modified time | relevance | path

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

/openbmc/linux/fs/f2fs/
H A Df2fs.h4049 #define stat_inc_gc_sec_count(sbi, type, gc_type) \ macro
4109 #define stat_inc_gc_sec_count(sbi, type, gc_type) do { } while (0) macro
H A Dgc.c1800 stat_inc_gc_sec_count(sbi, data_type, gc_type); in do_garbage_collect()