Searched refs:n_old_qgroups (Results 1 – 1 of 1) sorted by relevance
1303 int n_old_qgroups, n_old_parent_qgroups, r; in copy_quota_hierarchy() local1311 n_old_qgroups = btrfs_qgroup_find_parents(fd, old_subvol_id, &old_qgroups); in copy_quota_hierarchy()1312 if (n_old_qgroups <= 0) /* Nothing to copy */ in copy_quota_hierarchy()1313 return n_old_qgroups; in copy_quota_hierarchy()1327 for (int i = 0; i < n_old_qgroups; i++) { in copy_quota_hierarchy()