Searched refs:nr_new_roots (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/fs/btrfs/ |
D | qgroup.c | 2522 u64 nr_new_roots, in qgroup_update_counters() argument 2556 cur_new_count < nr_new_roots) { in qgroup_update_counters() 2567 cur_new_count == nr_new_roots) { in qgroup_update_counters() 2578 cur_new_count == nr_new_roots) { in qgroup_update_counters() 2645 u64 nr_new_roots = 0; in btrfs_qgroup_account_extent() local 2660 nr_new_roots = new_roots->nnodes; in btrfs_qgroup_account_extent() 2669 if (nr_old_roots == 0 && nr_new_roots == 0) in btrfs_qgroup_account_extent() 2675 num_bytes, nr_old_roots, nr_new_roots); in btrfs_qgroup_account_extent() 2713 qgroup_update_counters(fs_info, qgroups, nr_old_roots, nr_new_roots, in btrfs_qgroup_account_extent() 2719 fs_info->qgroup_seq += max(nr_old_roots, nr_new_roots) + 1; in btrfs_qgroup_account_extent()
|
/linux-6.1.9/include/trace/events/ |
D | btrfs.h | 1690 u64 num_bytes, u64 nr_old_roots, u64 nr_new_roots), 1693 nr_new_roots), 1700 __field( u64, nr_new_roots ) 1708 __entry->nr_new_roots = nr_new_roots; 1717 __entry->nr_new_roots)
|