Home
last modified time | relevance | path

Searched refs:new_roots (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/fs/btrfs/tests/
Dqgroup-tests.c212 struct ulist *new_roots = NULL; in test_no_shared_qgroup() local
254 new_roots = ctx.roots; in test_no_shared_qgroup()
258 new_roots); in test_no_shared_qgroup()
266 new_roots = NULL; in test_no_shared_qgroup()
294 new_roots = ctx.roots; in test_no_shared_qgroup()
298 new_roots); in test_no_shared_qgroup()
324 struct ulist *new_roots = NULL; in test_multiple_refs() local
366 new_roots = ctx.roots; in test_multiple_refs()
370 new_roots); in test_multiple_refs()
403 new_roots = ctx.roots; in test_multiple_refs()
[all …]
/Linux-v6.6/fs/btrfs/
Dqgroup.c2662 struct ulist *new_roots) in btrfs_qgroup_account_extent() argument
2680 if (new_roots) { in btrfs_qgroup_account_extent()
2681 if (!maybe_fs_roots(new_roots)) in btrfs_qgroup_account_extent()
2683 nr_new_roots = new_roots->nnodes; in btrfs_qgroup_account_extent()
2731 ret = qgroup_update_refcnt(fs_info, new_roots, tmp, qgroups, seq, in btrfs_qgroup_account_extent()
2749 ulist_free(new_roots); in btrfs_qgroup_account_extent()
2758 struct ulist *new_roots = NULL; in btrfs_qgroup_account_extents() local
2818 new_roots = ctx.roots; in btrfs_qgroup_account_extents()
2820 ulist_del(new_roots, qgroup_to_skip, 0); in btrfs_qgroup_account_extents()
2827 new_roots); in btrfs_qgroup_account_extents()
[all …]
Dqgroup.h349 struct ulist *new_roots);