Lines Matching refs:blks
3843 #define stat_inc_tot_blk_count(si, blks) \ argument
3844 ((si)->tot_blks += (blks))
3846 #define stat_inc_data_blk_count(sbi, blks, gc_type) \ argument
3849 stat_inc_tot_blk_count(si, blks); \
3850 si->data_blks += (blks); \
3851 si->bg_data_blks += ((gc_type) == BG_GC) ? (blks) : 0; \
3854 #define stat_inc_node_blk_count(sbi, blks, gc_type) \ argument
3857 stat_inc_tot_blk_count(si, blks); \
3858 si->node_blks += (blks); \
3859 si->bg_node_blks += ((gc_type) == BG_GC) ? (blks) : 0; \
3899 #define stat_inc_tot_blk_count(si, blks) do { } while (0) argument
3900 #define stat_inc_data_blk_count(sbi, blks, gc_type) do { } while (0) argument
3901 #define stat_inc_node_blk_count(sbi, blks, gc_type) do { } while (0) argument