Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/f2fs/
H A Df2fs.h3978 #define stat_inc_data_blk_count(sbi, blks, gc_type) \ macro
4032 #define stat_inc_data_blk_count(sbi, blks, gc_type) do { } while (0) macro
H A Dgc.c1549 stat_inc_data_blk_count(sbi, 1, gc_type); in gc_data_segment()