Home
last modified time | relevance | path

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

/linux-4.19.296/fs/btrfs/
Dqgroup.c1949 u64 nr_new_roots, in qgroup_update_counters() argument
1983 cur_new_count < nr_new_roots) { in qgroup_update_counters()
1994 cur_new_count == nr_new_roots) { in qgroup_update_counters()
2005 cur_new_count == nr_new_roots) { in qgroup_update_counters()
2072 u64 nr_new_roots = 0; in btrfs_qgroup_account_extent() local
2086 nr_new_roots = new_roots->nnodes; in btrfs_qgroup_account_extent()
2095 if (nr_old_roots == 0 && nr_new_roots == 0) in btrfs_qgroup_account_extent()
2101 num_bytes, nr_old_roots, nr_new_roots); in btrfs_qgroup_account_extent()
2139 qgroup_update_counters(fs_info, qgroups, nr_old_roots, nr_new_roots, in btrfs_qgroup_account_extent()
2145 fs_info->qgroup_seq += max(nr_old_roots, nr_new_roots) + 1; in btrfs_qgroup_account_extent()
/linux-4.19.296/include/trace/events/
Dbtrfs.h1581 u64 num_bytes, u64 nr_old_roots, u64 nr_new_roots),
1584 nr_new_roots),
1591 __field( u64, nr_new_roots )
1599 __entry->nr_new_roots = nr_new_roots;
1608 __entry->nr_new_roots)