Home
last modified time | relevance | path

Searched defs:stat_inc_total_hit (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/f2fs/
H A Df2fs.h3975 #define stat_inc_total_hit(sbi, type) (atomic64_inc(&(sbi)->total_hit_ext[type])) macro
4093 #define stat_inc_total_hit(sbi, type) do { } while (0) macro