Home
last modified time | relevance | path

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

/linux-6.15/fs/f2fs/
H A Df2fs.h4189 #define stat_inc_block_count(sbi, curseg) \ macro
4259 #define stat_inc_block_count(sbi, curseg) do { } while (0) macro
H A Dsegment.c3766 stat_inc_block_count(sbi, curseg); in f2fs_allocate_data_block()