Searched refs:bt_io_count (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/xfs/
H A Dxfs_buf_mem.c120 ASSERT(percpu_counter_sum(&btp->bt_io_count) == 0);
H A Dxfs_buf.c114 percpu_counter_inc(&bp->b_target->bt_io_count);
131 percpu_counter_dec(&bp->b_target->bt_io_count);
1902 while (percpu_counter_sum(&btp->bt_io_count))
2020 ASSERT(percpu_counter_sum(&btp->bt_io_count) == 0);
2021 percpu_counter_destroy(&btp->bt_io_count);
2075 if (percpu_counter_init(&btp->bt_io_count, 0, GFP_KERNEL))
2089 percpu_counter_destroy(&btp->bt_io_count);
H A Dxfs_buf.h124 struct percpu_counter bt_io_count; member in struct:xfs_buftarg

Completed in 112 milliseconds