Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/btrfs/tests/
H A Dqgroup-tests.c213 struct ulist *new_roots = NULL; in test_no_shared_qgroup() local
244 ret = btrfs_find_all_roots(&trans, fs_info, nodesize, 0, &new_roots, in test_no_shared_qgroup()
253 new_roots); in test_no_shared_qgroup()
261 new_roots = NULL; in test_no_shared_qgroup()
282 ret = btrfs_find_all_roots(&trans, fs_info, nodesize, 0, &new_roots, in test_no_shared_qgroup()
291 new_roots); in test_no_shared_qgroup()
316 struct ulist *new_roots = NULL; in test_multiple_refs() local
347 ret = btrfs_find_all_roots(&trans, fs_info, nodesize, 0, &new_roots, in test_multiple_refs()
356 new_roots); in test_multiple_refs()
382 ret = btrfs_find_all_roots(&trans, fs_info, nodesize, 0, &new_roots, in test_multiple_refs()
[all …]
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dqgroup.c2601 struct ulist *new_roots) in btrfs_qgroup_account_extent() argument
2618 if (new_roots) { in btrfs_qgroup_account_extent()
2619 if (!maybe_fs_roots(new_roots)) in btrfs_qgroup_account_extent()
2621 nr_new_roots = new_roots->nnodes; in btrfs_qgroup_account_extent()
2669 ret = qgroup_update_refcnt(fs_info, new_roots, tmp, qgroups, seq, in btrfs_qgroup_account_extent()
2687 ulist_free(new_roots); in btrfs_qgroup_account_extent()
2696 struct ulist *new_roots = NULL; in btrfs_qgroup_account_extents() local
2736 record->bytenr, SEQ_LAST, &new_roots, false); in btrfs_qgroup_account_extents()
2740 ulist_del(new_roots, qgroup_to_skip, 0); in btrfs_qgroup_account_extents()
2747 new_roots); in btrfs_qgroup_account_extents()
[all …]
H A Dqgroup.h343 struct ulist *new_roots);