bt_io_count 97 fs/xfs/xfs_buf.c percpu_counter_inc(&bp->b_target->bt_io_count); bt_io_count 114 fs/xfs/xfs_buf.c percpu_counter_dec(&bp->b_target->bt_io_count); bt_io_count 1605 fs/xfs/xfs_buf.c while (percpu_counter_sum(&btp->bt_io_count)) bt_io_count 1702 fs/xfs/xfs_buf.c ASSERT(percpu_counter_sum(&btp->bt_io_count) == 0); bt_io_count 1703 fs/xfs/xfs_buf.c percpu_counter_destroy(&btp->bt_io_count); bt_io_count 1768 fs/xfs/xfs_buf.c if (percpu_counter_init(&btp->bt_io_count, 0, GFP_KERNEL)) bt_io_count 1780 fs/xfs/xfs_buf.c percpu_counter_destroy(&btp->bt_io_count); bt_io_count 93 fs/xfs/xfs_buf.h struct percpu_counter bt_io_count;