Home
last modified time | relevance | path

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

/linux/fs/btrfs/tests/
H A Dqgroup-tests.c203 struct ulist *new_roots = NULL; in test_no_shared_qgroup() local
245 new_roots = ctx.roots; in test_no_shared_qgroup()
249 new_roots); in test_no_shared_qgroup()
257 new_roots = NULL; in test_no_shared_qgroup()
285 new_roots = ctx.roots; in test_no_shared_qgroup()
289 new_roots); in test_no_shared_qgroup()
315 struct ulist *new_roots = NULL; in test_multiple_refs() local
357 new_roots = ctx.roots; in test_multiple_refs()
361 new_roots); in test_multiple_refs()
394 new_roots = ctx.roots; in test_multiple_refs()
[all …]
/linux/fs/btrfs/
H A Dqgroup.c2882 struct ulist *new_roots) in btrfs_qgroup_account_extent() argument
2899 if (new_roots) { in btrfs_qgroup_account_extent()
2900 if (!maybe_fs_roots(new_roots)) in btrfs_qgroup_account_extent()
2902 nr_new_roots = new_roots->nnodes; in btrfs_qgroup_account_extent()
2934 qgroup_update_refcnt(fs_info, new_roots, &qgroups, seq, UPDATE_NEW); in btrfs_qgroup_account_extent()
2953 ulist_free(new_roots); in btrfs_qgroup_account_extent()
2962 struct ulist *new_roots = NULL; in btrfs_qgroup_account_extents() local
3019 new_roots = ctx.roots; in btrfs_qgroup_account_extents()
3021 ulist_del(new_roots, qgroup_to_skip, 0); in btrfs_qgroup_account_extents()
3028 new_roots); in btrfs_qgroup_account_extents()
[all …]
H A Dqgroup.h370 struct ulist *new_roots);