Lines Matching refs:old_roots
208 struct ulist *old_roots = NULL; in test_no_shared_qgroup() local
226 ret = btrfs_find_all_roots(&trans, fs_info, nodesize, 0, &old_roots, false); in test_no_shared_qgroup()
228 ulist_free(old_roots); in test_no_shared_qgroup()
240 ulist_free(old_roots); in test_no_shared_qgroup()
246 ret = btrfs_qgroup_account_extent(&trans, nodesize, nodesize, old_roots, in test_no_shared_qgroup()
258 old_roots = NULL; in test_no_shared_qgroup()
261 ret = btrfs_find_all_roots(&trans, fs_info, nodesize, 0, &old_roots, false); in test_no_shared_qgroup()
263 ulist_free(old_roots); in test_no_shared_qgroup()
274 ulist_free(old_roots); in test_no_shared_qgroup()
280 ret = btrfs_qgroup_account_extent(&trans, nodesize, nodesize, old_roots, in test_no_shared_qgroup()
305 struct ulist *old_roots = NULL; in test_multiple_refs() local
323 ret = btrfs_find_all_roots(&trans, fs_info, nodesize, 0, &old_roots, false); in test_multiple_refs()
325 ulist_free(old_roots); in test_multiple_refs()
337 ulist_free(old_roots); in test_multiple_refs()
343 ret = btrfs_qgroup_account_extent(&trans, nodesize, nodesize, old_roots, in test_multiple_refs()
356 ret = btrfs_find_all_roots(&trans, fs_info, nodesize, 0, &old_roots, false); in test_multiple_refs()
358 ulist_free(old_roots); in test_multiple_refs()
370 ulist_free(old_roots); in test_multiple_refs()
376 ret = btrfs_qgroup_account_extent(&trans, nodesize, nodesize, old_roots, in test_multiple_refs()
395 ret = btrfs_find_all_roots(&trans, fs_info, nodesize, 0, &old_roots, false); in test_multiple_refs()
397 ulist_free(old_roots); in test_multiple_refs()
409 ulist_free(old_roots); in test_multiple_refs()
415 ret = btrfs_qgroup_account_extent(&trans, nodesize, nodesize, old_roots, in test_multiple_refs()