Lines Matching refs:new_roots
232 struct ulist *new_roots = NULL; in test_no_shared_qgroup() local
260 ret = btrfs_find_all_roots(&trans, fs_info, 4096, 0, &new_roots); in test_no_shared_qgroup()
263 ulist_free(new_roots); in test_no_shared_qgroup()
269 old_roots, new_roots); in test_no_shared_qgroup()
280 new_roots = NULL; in test_no_shared_qgroup()
293 ret = btrfs_find_all_roots(&trans, fs_info, 4096, 0, &new_roots); in test_no_shared_qgroup()
296 ulist_free(new_roots); in test_no_shared_qgroup()
302 old_roots, new_roots); in test_no_shared_qgroup()
326 struct ulist *new_roots = NULL; in test_multiple_refs() local
351 ret = btrfs_find_all_roots(&trans, fs_info, 4096, 0, &new_roots); in test_multiple_refs()
354 ulist_free(new_roots); in test_multiple_refs()
360 old_roots, new_roots); in test_multiple_refs()
382 ret = btrfs_find_all_roots(&trans, fs_info, 4096, 0, &new_roots); in test_multiple_refs()
385 ulist_free(new_roots); in test_multiple_refs()
391 old_roots, new_roots); in test_multiple_refs()
418 ret = btrfs_find_all_roots(&trans, fs_info, 4096, 0, &new_roots); in test_multiple_refs()
421 ulist_free(new_roots); in test_multiple_refs()
427 old_roots, new_roots); in test_multiple_refs()