Home
last modified time | relevance | path

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

/linux-5.19.10/fs/btrfs/
Dqgroup.c2476 u64 nr_new_roots, in qgroup_update_counters() argument
2510 cur_new_count < nr_new_roots) { in qgroup_update_counters()
2521 cur_new_count == nr_new_roots) { in qgroup_update_counters()
2532 cur_new_count == nr_new_roots) { in qgroup_update_counters()
2599 u64 nr_new_roots = 0; in btrfs_qgroup_account_extent() local
2613 nr_new_roots = new_roots->nnodes; in btrfs_qgroup_account_extent()
2622 if (nr_old_roots == 0 && nr_new_roots == 0) in btrfs_qgroup_account_extent()
2628 num_bytes, nr_old_roots, nr_new_roots); in btrfs_qgroup_account_extent()
2666 qgroup_update_counters(fs_info, qgroups, nr_old_roots, nr_new_roots, in btrfs_qgroup_account_extent()
2672 fs_info->qgroup_seq += max(nr_old_roots, nr_new_roots) + 1; in btrfs_qgroup_account_extent()
/linux-5.19.10/include/trace/events/
Dbtrfs.h1626 u64 num_bytes, u64 nr_old_roots, u64 nr_new_roots),
1629 nr_new_roots),
1636 __field( u64, nr_new_roots )
1644 __entry->nr_new_roots = nr_new_roots;
1653 __entry->nr_new_roots)