Home
last modified time | relevance | path

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

/openbmc/linux/fs/f2fs/
H A Df2fs.h4036 #define stat_inc_block_count(sbi, curseg) \ macro
4106 #define stat_inc_block_count(sbi, curseg) do { } while (0) macro
H A Dsegment.c3489 stat_inc_block_count(sbi, curseg); in f2fs_allocate_data_block()