Home
last modified time | relevance | path

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

/linux/fs/f2fs/
H A Df2fs.h4050 #define stat_inc_block_count(sbi, curseg) \ macro
4120 #define stat_inc_block_count(sbi, curseg) do { } while (0) macro
H A Dsegment.c3609 stat_inc_block_count(sbi, curseg); in f2fs_allocate_data_block()