Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dqgroup.c2839 u64 nr_new_roots, u64 num_bytes, u64 seq) in qgroup_update_counters() argument
2868 cur_new_count < nr_new_roots) { in qgroup_update_counters()
2879 cur_new_count == nr_new_roots) { in qgroup_update_counters()
2890 cur_new_count == nr_new_roots) { in qgroup_update_counters()
2955 u64 nr_new_roots = 0; in btrfs_qgroup_account_extent() local
2970 nr_new_roots = new_roots->nnodes; in btrfs_qgroup_account_extent()
2979 if (nr_old_roots == 0 && nr_new_roots == 0) in btrfs_qgroup_account_extent()
2983 num_bytes, nr_old_roots, nr_new_roots); in btrfs_qgroup_account_extent()
3004 qgroup_update_counters(fs_info, &qgroups, nr_old_roots, nr_new_roots, in btrfs_qgroup_account_extent()
3017 fs_info->qgroup_seq += max(nr_old_roots, nr_new_roots) + 1; in btrfs_qgroup_account_extent()
/linux/include/trace/events/
H A Dbtrfs.h2672 u64 num_bytes, u64 nr_old_roots, u64 nr_new_roots),
2675 nr_new_roots),
2682 __field( u64, nr_new_roots )
2690 __entry->nr_new_roots = nr_new_roots;
2699 __entry->nr_new_roots)