Lines Matching refs:blks
1733 #define stat_inc_tot_blk_count(si, blks) \ argument
1734 (si->tot_blks += (blks))
1736 #define stat_inc_data_blk_count(sbi, blks, gc_type) \ argument
1739 stat_inc_tot_blk_count(si, blks); \
1740 si->data_blks += (blks); \
1741 si->bg_data_blks += (gc_type == BG_GC) ? (blks) : 0; \
1744 #define stat_inc_node_blk_count(sbi, blks, gc_type) \ argument
1747 stat_inc_tot_blk_count(si, blks); \
1748 si->node_blks += (blks); \
1749 si->bg_node_blks += (gc_type == BG_GC) ? (blks) : 0; \
1772 #define stat_inc_tot_blk_count(si, blks) argument
1773 #define stat_inc_data_blk_count(sbi, blks, gc_type) argument
1774 #define stat_inc_node_blk_count(sbi, blks, gc_type) argument