Searched refs:nr_new_roots (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/btrfs/ |
| H A D | qgroup.c | 2484 u64 nr_new_roots, in qgroup_update_counters() argument 2518 cur_new_count < nr_new_roots) { in qgroup_update_counters() 2529 cur_new_count == nr_new_roots) { in qgroup_update_counters() 2540 cur_new_count == nr_new_roots) { in qgroup_update_counters() 2607 u64 nr_new_roots = 0; in btrfs_qgroup_account_extent() local 2621 nr_new_roots = new_roots->nnodes; in btrfs_qgroup_account_extent() 2630 if (nr_old_roots == 0 && nr_new_roots == 0) in btrfs_qgroup_account_extent() 2636 num_bytes, nr_old_roots, nr_new_roots); in btrfs_qgroup_account_extent() 2674 qgroup_update_counters(fs_info, qgroups, nr_old_roots, nr_new_roots, in btrfs_qgroup_account_extent() 2680 fs_info->qgroup_seq += max(nr_old_roots, nr_new_roots) + 1; in btrfs_qgroup_account_extent()
|
| /OK3568_Linux_fs/kernel/include/trace/events/ |
| H A D | btrfs.h | 1631 u64 num_bytes, u64 nr_old_roots, u64 nr_new_roots), 1634 nr_new_roots), 1641 __field( u64, nr_new_roots ) 1649 __entry->nr_new_roots = nr_new_roots; 1658 __entry->nr_new_roots)
|