Home
last modified time | relevance | path

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

/linux-4.4.14/fs/btrfs/
Dqgroup.c1581 u64 nr_new_roots, in qgroup_update_counters() argument
1612 cur_new_count < nr_new_roots) { in qgroup_update_counters()
1623 cur_new_count == nr_new_roots) { in qgroup_update_counters()
1634 cur_new_count == nr_new_roots) { in qgroup_update_counters()
1673 u64 nr_new_roots = 0; in btrfs_qgroup_account_extent() local
1678 nr_new_roots = new_roots->nnodes; in btrfs_qgroup_account_extent()
1722 qgroup_update_counters(fs_info, qgroups, nr_old_roots, nr_new_roots, in btrfs_qgroup_account_extent()
1728 fs_info->qgroup_seq += max(nr_old_roots, nr_new_roots) + 1; in btrfs_qgroup_account_extent()