Home
last modified time | relevance | path

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

/openbmc/linux/fs/btrfs/tests/
H A Dqgroup-tests.c254 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()
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()
407 new_roots); in test_multiple_refs()
446 new_roots = ctx.roots; in test_multiple_refs()
[all …]
/openbmc/linux/fs/btrfs/
H A Dqgroup.c2695 struct ulist *new_roots) in btrfs_qgroup_account_extent() argument
2713 if (new_roots) { in btrfs_qgroup_account_extent()
2714 if (!maybe_fs_roots(new_roots)) in btrfs_qgroup_account_extent()
2716 nr_new_roots = new_roots->nnodes; in btrfs_qgroup_account_extent()
2782 ulist_free(new_roots); in btrfs_qgroup_account_extent()
2791 struct ulist *new_roots = NULL; in btrfs_qgroup_account_extents() local
2846 new_roots = ctx.roots; in btrfs_qgroup_account_extents()
2855 new_roots); in btrfs_qgroup_account_extents()
2857 new_roots = NULL; in btrfs_qgroup_account_extents()
2866 ulist_free(new_roots); in btrfs_qgroup_account_extents()
[all …]
H A Dqgroup.h358 struct ulist *new_roots);