Home
last modified time | relevance | path

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

/Linux-v4.19/fs/btrfs/tests/
Dqgroup-tests.c213 struct ulist *new_roots = NULL; in test_no_shared_qgroup() local
243 ret = btrfs_find_all_roots(&trans, fs_info, nodesize, 0, &new_roots, in test_no_shared_qgroup()
247 ulist_free(new_roots); in test_no_shared_qgroup()
253 new_roots); in test_no_shared_qgroup()
265 new_roots = NULL; in test_no_shared_qgroup()
279 ret = btrfs_find_all_roots(&trans, fs_info, nodesize, 0, &new_roots, in test_no_shared_qgroup()
283 ulist_free(new_roots); in test_no_shared_qgroup()
289 new_roots); in test_no_shared_qgroup()
314 struct ulist *new_roots = NULL; in test_multiple_refs() local
344 ret = btrfs_find_all_roots(&trans, fs_info, nodesize, 0, &new_roots, in test_multiple_refs()
[all …]
/Linux-v4.19/fs/btrfs/
Dqgroup.c2042 struct ulist *new_roots) in btrfs_qgroup_account_extent() argument
2055 if (new_roots) { in btrfs_qgroup_account_extent()
2056 if (!maybe_fs_roots(new_roots)) in btrfs_qgroup_account_extent()
2058 nr_new_roots = new_roots->nnodes; in btrfs_qgroup_account_extent()
2106 ret = qgroup_update_refcnt(fs_info, new_roots, tmp, qgroups, seq, in btrfs_qgroup_account_extent()
2124 ulist_free(new_roots); in btrfs_qgroup_account_extent()
2133 struct ulist *new_roots = NULL; in btrfs_qgroup_account_extents() local
2166 record->bytenr, SEQ_LAST, &new_roots, false); in btrfs_qgroup_account_extents()
2170 ulist_del(new_roots, qgroup_to_skip, 0); in btrfs_qgroup_account_extents()
2177 new_roots); in btrfs_qgroup_account_extents()
[all …]
Dqgroup.h241 struct ulist *new_roots);