Home
last modified time | relevance | path

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

/linux/fs/f2fs/
H A Df2fs.h4503 #define stat_inc_tot_blk_count(si, blks) \ macro
4509 stat_inc_tot_blk_count(si, blks); \
4517 stat_inc_tot_blk_count(si, blks); \
4563 #define stat_inc_tot_blk_count(si, blks) do { } while (0) macro