Lines Matching refs:blks
3193 #define stat_inc_tot_blk_count(si, blks) \ argument
3194 ((si)->tot_blks += (blks))
3196 #define stat_inc_data_blk_count(sbi, blks, gc_type) \ argument
3199 stat_inc_tot_blk_count(si, blks); \
3200 si->data_blks += (blks); \
3201 si->bg_data_blks += ((gc_type) == BG_GC) ? (blks) : 0; \
3204 #define stat_inc_node_blk_count(sbi, blks, gc_type) \ argument
3207 stat_inc_tot_blk_count(si, blks); \
3208 si->node_blks += (blks); \
3209 si->bg_node_blks += ((gc_type) == BG_GC) ? (blks) : 0; \
3243 #define stat_inc_tot_blk_count(si, blks) do { } while (0) argument
3244 #define stat_inc_data_blk_count(sbi, blks, gc_type) do { } while (0) argument
3245 #define stat_inc_node_blk_count(sbi, blks, gc_type) do { } while (0) argument