Home
last modified time | relevance | path

Searched refs:new_roots (Results 1 – 2 of 2) 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.c2932 struct ulist *new_roots) in btrfs_qgroup_account_extent() argument
2949 if (new_roots) { in btrfs_qgroup_account_extent()
2950 if (!maybe_fs_roots(new_roots)) in btrfs_qgroup_account_extent()
2952 nr_new_roots = new_roots->nnodes; in btrfs_qgroup_account_extent()
2984 qgroup_update_refcnt(fs_info, new_roots, &qgroups, seq, false); in btrfs_qgroup_account_extent()
3003 ulist_free(new_roots); in btrfs_qgroup_account_extent()
3012 struct ulist *new_roots = NULL; in btrfs_qgroup_account_extents() local
3069 new_roots = ctx.roots; in btrfs_qgroup_account_extents()
3071 ulist_del(new_roots, qgroup_to_skip, 0); in btrfs_qgroup_account_extents()
3078 new_roots); in btrfs_qgroup_account_extents()
[all …]