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.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 …]
/openbmc/linux/fs/btrfs/
H A Dqgroup.c2697 struct ulist *new_roots) in btrfs_qgroup_account_extent() argument
2715 if (new_roots) { in btrfs_qgroup_account_extent()
2716 if (!maybe_fs_roots(new_roots)) in btrfs_qgroup_account_extent()
2718 nr_new_roots = new_roots->nnodes; in btrfs_qgroup_account_extent()
2764 ret = qgroup_update_refcnt(fs_info, new_roots, tmp, qgroups, seq, 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()
2848 ulist_del(new_roots, qgroup_to_skip, 0); in btrfs_qgroup_account_extents()
2855 new_roots); in btrfs_qgroup_account_extents()
[all …]
H A Dqgroup.h358 struct ulist *new_roots);