Home
last modified time | relevance | path

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

/linux/fs/f2fs/
H A Df2fs.h4522 #define stat_inc_defrag_blk_count(sbi, blks) \ macro
4566 #define stat_inc_defrag_blk_count(sbi, blks) do { } while (0) macro
H A Dfile.c3158 stat_inc_defrag_blk_count(sbi, total); in f2fs_defragment_range()