Home
last modified time | relevance | path

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

/fs/f2fs/
Df2fs.h4005 #define stat_inc_node_blk_count(sbi, blks, gc_type) \ macro
4052 #define stat_inc_node_blk_count(sbi, blks, gc_type) do { } while (0) macro
Dgc.c1026 stat_inc_node_blk_count(sbi, 1, gc_type); in gc_node_segment()