Lines Matching refs:blks
3401 #define stat_inc_tot_blk_count(si, blks) \ argument
3402 ((si)->tot_blks += (blks))
3404 #define stat_inc_data_blk_count(sbi, blks, gc_type) \ argument
3407 stat_inc_tot_blk_count(si, blks); \
3408 si->data_blks += (blks); \
3409 si->bg_data_blks += ((gc_type) == BG_GC) ? (blks) : 0; \
3412 #define stat_inc_node_blk_count(sbi, blks, gc_type) \ argument
3415 stat_inc_tot_blk_count(si, blks); \
3416 si->node_blks += (blks); \
3417 si->bg_node_blks += ((gc_type) == BG_GC) ? (blks) : 0; \
3454 #define stat_inc_tot_blk_count(si, blks) do { } while (0) argument
3455 #define stat_inc_data_blk_count(sbi, blks, gc_type) do { } while (0) argument
3456 #define stat_inc_node_blk_count(sbi, blks, gc_type) do { } while (0) argument