Searched refs:nr_new_roots (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | qgroup.c | 2489 * B: cur_new_roots < nr_new_roots (not exclusive now) 2490 * !B: cur_new_roots == nr_new_roots (possible exclusive now) 2512 u64 nr_new_roots, in qgroup_update_counters() 2546 cur_new_count < nr_new_roots) { in qgroup_update_counters() 2557 cur_new_count == nr_new_roots) { in qgroup_update_counters() 2568 cur_new_count == nr_new_roots) { in qgroup_update_counters() 2635 u64 nr_new_roots = 0; in btrfs_qgroup_account_extent() local 2649 nr_new_roots = new_roots->nnodes; in btrfs_qgroup_account_extent() 2658 if (nr_old_roots == 0 && nr_new_roots == 0) in btrfs_qgroup_account_extent() 2664 num_bytes, nr_old_roots, nr_new_roots); in btrfs_qgroup_account_extent() 2509 qgroup_update_counters(struct btrfs_fs_info *fs_info, struct ulist *qgroups, u64 nr_old_roots, u64 nr_new_roots, u64 num_bytes, u64 seq) qgroup_update_counters() argument [all...] |
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | qgroup.c | 2555 * B: cur_new_roots < nr_new_roots (not exclusive now) 2556 * !B: cur_new_roots == nr_new_roots (possible exclusive now) 2578 u64 nr_new_roots, in qgroup_update_counters() 2612 cur_new_count < nr_new_roots) { in qgroup_update_counters() 2623 cur_new_count == nr_new_roots) { in qgroup_update_counters() 2634 cur_new_count == nr_new_roots) { in qgroup_update_counters() 2701 u64 nr_new_roots = 0; in btrfs_qgroup_account_extent() local 2716 nr_new_roots = new_roots->nnodes; in btrfs_qgroup_account_extent() 2725 if (nr_old_roots == 0 && nr_new_roots == 0) in btrfs_qgroup_account_extent() 2731 num_bytes, nr_old_roots, nr_new_roots); in btrfs_qgroup_account_extent() 2575 qgroup_update_counters(struct btrfs_fs_info *fs_info, struct ulist *qgroups, u64 nr_old_roots, u64 nr_new_roots, u64 num_bytes, u64 seq) qgroup_update_counters() argument [all...] |
/kernel/linux/linux-5.10/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; 1653 "transid=%llu bytenr=%llu num_bytes=%llu nr_old_roots=%llu nr_new_roots=%llu", 1658 __entry->nr_new_roots)
|
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | btrfs.h | 1799 u64 num_bytes, u64 nr_old_roots, u64 nr_new_roots), 1802 nr_new_roots), 1809 __field( u64, nr_new_roots ) 1817 __entry->nr_new_roots = nr_new_roots; 1821 "transid=%llu bytenr=%llu num_bytes=%llu nr_old_roots=%llu nr_new_roots=%llu", 1826 __entry->nr_new_roots)
|
Completed in 14 milliseconds