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.c2950 struct ulist *new_roots) in btrfs_qgroup_account_extent() argument
2967 if (new_roots) { in btrfs_qgroup_account_extent()
2968 if (!maybe_fs_roots(new_roots)) in btrfs_qgroup_account_extent()
2970 nr_new_roots = new_roots->nnodes; in btrfs_qgroup_account_extent()
3002 qgroup_update_refcnt(fs_info, new_roots, &qgroups, seq, false); in btrfs_qgroup_account_extent()
3021 ulist_free(new_roots); in btrfs_qgroup_account_extent()
3030 struct ulist *new_roots = NULL; in btrfs_qgroup_account_extents() local
3087 new_roots = ctx.roots; in btrfs_qgroup_account_extents()
3089 ulist_del(new_roots, qgroup_to_skip, 0); in btrfs_qgroup_account_extents()
3096 new_roots); in btrfs_qgroup_account_extents()
[all …]