Lines Matching refs:cur_old_count
2584 u64 cur_new_count, cur_old_count;
2591 cur_old_count = btrfs_qgroup_get_old_refcnt(qg, seq);
2594 trace_qgroup_update_counters(fs_info, qg, cur_old_count,
2598 if (cur_old_count == 0 && cur_new_count > 0) {
2603 if (cur_old_count > 0 && cur_new_count == 0) {
2611 if (cur_old_count == nr_old_roots &&
2614 if (cur_old_count != 0) {
2622 if (cur_old_count < nr_old_roots &&
2633 if (cur_old_count == nr_old_roots &&
2635 if (cur_old_count == 0) {