Home
last modified time | relevance | path

Searched refs:bt_io_count (Results 1 – 2 of 2) sorted by relevance

/fs/xfs/
Dxfs_buf.c106 percpu_counter_inc(&bp->b_target->bt_io_count); in xfs_buf_ioacct_inc()
123 percpu_counter_dec(&bp->b_target->bt_io_count); in __xfs_buf_ioacct_dec()
1770 while (percpu_counter_sum(&btp->bt_io_count)) in xfs_buftarg_wait()
1890 ASSERT(percpu_counter_sum(&btp->bt_io_count) == 0); in xfs_free_buftarg()
1891 percpu_counter_destroy(&btp->bt_io_count); in xfs_free_buftarg()
1963 if (percpu_counter_init(&btp->bt_io_count, 0, GFP_KERNEL)) in xfs_alloc_buftarg()
1975 percpu_counter_destroy(&btp->bt_io_count); in xfs_alloc_buftarg()
Dxfs_buf.h102 struct percpu_counter bt_io_count; member