Searched refs:new_roots (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.15/fs/btrfs/tests/ |
| D | qgroup-tests.c | 209 struct ulist *new_roots = NULL; in test_no_shared_qgroup() local 238 ret = btrfs_find_all_roots(&trans, fs_info, nodesize, 0, &new_roots, false); in test_no_shared_qgroup() 241 ulist_free(new_roots); in test_no_shared_qgroup() 247 new_roots); in test_no_shared_qgroup() 259 new_roots = NULL; in test_no_shared_qgroup() 272 ret = btrfs_find_all_roots(&trans, fs_info, nodesize, 0, &new_roots, false); in test_no_shared_qgroup() 275 ulist_free(new_roots); in test_no_shared_qgroup() 281 new_roots); in test_no_shared_qgroup() 306 struct ulist *new_roots = NULL; in test_multiple_refs() local 335 ret = btrfs_find_all_roots(&trans, fs_info, nodesize, 0, &new_roots, false); in test_multiple_refs() [all …]
|
| /Linux-v5.15/fs/btrfs/ |
| D | qgroup.c | 2535 struct ulist *new_roots) in btrfs_qgroup_account_extent() argument 2552 if (new_roots) { in btrfs_qgroup_account_extent() 2553 if (!maybe_fs_roots(new_roots)) in btrfs_qgroup_account_extent() 2555 nr_new_roots = new_roots->nnodes; in btrfs_qgroup_account_extent() 2603 ret = qgroup_update_refcnt(fs_info, new_roots, tmp, qgroups, seq, in btrfs_qgroup_account_extent() 2621 ulist_free(new_roots); in btrfs_qgroup_account_extent() 2630 struct ulist *new_roots = NULL; in btrfs_qgroup_account_extents() local 2670 record->bytenr, BTRFS_SEQ_LAST, &new_roots, false); in btrfs_qgroup_account_extents() 2674 ulist_del(new_roots, qgroup_to_skip, 0); in btrfs_qgroup_account_extents() 2681 new_roots); in btrfs_qgroup_account_extents() [all …]
|
| D | qgroup.h | 343 struct ulist *new_roots);
|