Searched refs:bt_io_count (Results 1 – 3 of 3) sorted by relevance
114 percpu_counter_inc(&bp->b_target->bt_io_count); in xfs_buf_ioacct_inc()131 percpu_counter_dec(&bp->b_target->bt_io_count); in __xfs_buf_ioacct_dec()1905 while (percpu_counter_sum(&btp->bt_io_count)) in xfs_buftarg_wait()2023 ASSERT(percpu_counter_sum(&btp->bt_io_count) == 0); in xfs_destroy_buftarg()2024 percpu_counter_destroy(&btp->bt_io_count); in xfs_destroy_buftarg()2078 if (percpu_counter_init(&btp->bt_io_count, 0, GFP_KERNEL)) in xfs_init_buftarg()2092 percpu_counter_destroy(&btp->bt_io_count); in xfs_init_buftarg()
120 ASSERT(percpu_counter_sum(&btp->bt_io_count) == 0); in xmbuf_free()
124 struct percpu_counter bt_io_count; member