Lines Matching refs:cur_old_count
2518 u64 cur_new_count, cur_old_count;
2525 cur_old_count = btrfs_qgroup_get_old_refcnt(qg, seq);
2528 trace_qgroup_update_counters(fs_info, qg, cur_old_count,
2532 if (cur_old_count == 0 && cur_new_count > 0) {
2537 if (cur_old_count > 0 && cur_new_count == 0) {
2545 if (cur_old_count == nr_old_roots &&
2548 if (cur_old_count != 0) {
2556 if (cur_old_count < nr_old_roots &&
2567 if (cur_old_count == nr_old_roots &&
2569 if (cur_old_count == 0) {