Searched refs:old_roots (Results 1 – 4 of 4) sorted by relevance
| /Linux-v6.6/fs/btrfs/tests/ |
| D | qgroup-tests.c | 211 struct ulist *old_roots = NULL; in test_no_shared_qgroup() local 238 old_roots = ctx.roots; in test_no_shared_qgroup() 244 ulist_free(old_roots); in test_no_shared_qgroup() 250 ulist_free(old_roots); in test_no_shared_qgroup() 257 ret = btrfs_qgroup_account_extent(&trans, nodesize, nodesize, old_roots, in test_no_shared_qgroup() 265 old_roots = NULL; in test_no_shared_qgroup() 279 old_roots = ctx.roots; in test_no_shared_qgroup() 284 ulist_free(old_roots); in test_no_shared_qgroup() 290 ulist_free(old_roots); in test_no_shared_qgroup() 297 ret = btrfs_qgroup_account_extent(&trans, nodesize, nodesize, old_roots, in test_no_shared_qgroup() [all …]
|
| /Linux-v6.6/fs/btrfs/ |
| D | qgroup.h | 126 struct ulist *old_roots; member 348 u64 num_bytes, struct ulist *old_roots,
|
| D | qgroup.c | 1858 qrecord->old_roots = ctx.roots; in btrfs_qgroup_trace_extent_post() 1880 record->old_roots = NULL; in btrfs_qgroup_trace_extent() 2661 u64 num_bytes, struct ulist *old_roots, in btrfs_qgroup_account_extent() argument 2685 if (old_roots) { in btrfs_qgroup_account_extent() 2686 if (!maybe_fs_roots(old_roots)) in btrfs_qgroup_account_extent() 2688 nr_old_roots = old_roots->nnodes; in btrfs_qgroup_account_extent() 2725 ret = qgroup_update_refcnt(fs_info, old_roots, tmp, qgroups, seq, in btrfs_qgroup_account_extent() 2748 ulist_free(old_roots); in btrfs_qgroup_account_extent() 2794 if (!record->old_roots) { in btrfs_qgroup_account_extents() 2799 record->old_roots = ctx.roots; in btrfs_qgroup_account_extents() [all …]
|
| D | delayed-ref.c | 779 qrecord->old_roots = NULL; in init_delayed_ref_head()
|