Home
last modified time | relevance | path

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

/linux-6.15/fs/f2fs/
H A Df2fs.h4207 #define stat_inc_tot_blk_count(si, blks) \ macro
4213 stat_inc_tot_blk_count(si, blks); \
4221 stat_inc_tot_blk_count(si, blks); \
4264 #define stat_inc_tot_blk_count(si, blks) do { } while (0) macro