Lines Matching refs:blks
1969 #define stat_inc_tot_blk_count(si, blks) \ argument
1970 (si->tot_blks += (blks))
1972 #define stat_inc_data_blk_count(sbi, blks, gc_type) \ argument
1975 stat_inc_tot_blk_count(si, blks); \
1976 si->data_blks += (blks); \
1977 si->bg_data_blks += (gc_type == BG_GC) ? (blks) : 0; \
1980 #define stat_inc_node_blk_count(sbi, blks, gc_type) \ argument
1983 stat_inc_tot_blk_count(si, blks); \
1984 si->node_blks += (blks); \
1985 si->bg_node_blks += (gc_type == BG_GC) ? (blks) : 0; \
2012 #define stat_inc_tot_blk_count(si, blks) argument
2013 #define stat_inc_data_blk_count(sbi, blks, gc_type) argument
2014 #define stat_inc_node_blk_count(sbi, blks, gc_type) argument