Home
last modified time | relevance | path

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

/linux-6.1.9/fs/btrfs/tests/
Dqgroup-tests.c209 struct ulist *new_roots = NULL; in test_no_shared_qgroup() local
239 ret = btrfs_find_all_roots(&trans, fs_info, nodesize, 0, &new_roots, false); in test_no_shared_qgroup()
247 new_roots); in test_no_shared_qgroup()
255 new_roots = NULL; in test_no_shared_qgroup()
275 ret = btrfs_find_all_roots(&trans, fs_info, nodesize, 0, &new_roots, false); in test_no_shared_qgroup()
283 new_roots); in test_no_shared_qgroup()
308 struct ulist *new_roots = NULL; in test_multiple_refs() local
338 ret = btrfs_find_all_roots(&trans, fs_info, nodesize, 0, &new_roots, false); in test_multiple_refs()
346 new_roots); in test_multiple_refs()
371 ret = btrfs_find_all_roots(&trans, fs_info, nodesize, 0, &new_roots, false); in test_multiple_refs()
[all …]
/linux-6.1.9/fs/btrfs/
Dqgroup.c2639 struct ulist *new_roots) in btrfs_qgroup_account_extent() argument
2657 if (new_roots) { in btrfs_qgroup_account_extent()
2658 if (!maybe_fs_roots(new_roots)) in btrfs_qgroup_account_extent()
2660 nr_new_roots = new_roots->nnodes; in btrfs_qgroup_account_extent()
2708 ret = qgroup_update_refcnt(fs_info, new_roots, tmp, qgroups, seq, in btrfs_qgroup_account_extent()
2726 ulist_free(new_roots); in btrfs_qgroup_account_extent()
2735 struct ulist *new_roots = NULL; in btrfs_qgroup_account_extents() local
2786 record->bytenr, BTRFS_SEQ_LAST, &new_roots, false); in btrfs_qgroup_account_extents()
2790 ulist_del(new_roots, qgroup_to_skip, 0); in btrfs_qgroup_account_extents()
2797 new_roots); in btrfs_qgroup_account_extents()
[all …]
Dqgroup.h346 struct ulist *new_roots);