Searched refs:old_roots (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/fs/btrfs/tests/ |
D | qgroup-tests.c | 231 struct ulist *old_roots = NULL; in test_no_shared_qgroup() local 249 ret = btrfs_find_all_roots(&trans, fs_info, 4096, 0, &old_roots); in test_no_shared_qgroup() 251 ulist_free(old_roots); in test_no_shared_qgroup() 262 ulist_free(old_roots); in test_no_shared_qgroup() 269 old_roots, new_roots); in test_no_shared_qgroup() 279 old_roots = NULL; in test_no_shared_qgroup() 282 ret = btrfs_find_all_roots(&trans, fs_info, 4096, 0, &old_roots); in test_no_shared_qgroup() 284 ulist_free(old_roots); in test_no_shared_qgroup() 295 ulist_free(old_roots); in test_no_shared_qgroup() 302 old_roots, new_roots); in test_no_shared_qgroup() [all …]
|
/linux-4.4.14/fs/btrfs/ |
D | qgroup.h | 33 struct ulist *old_roots; member 73 struct ulist *old_roots, struct ulist *new_roots);
|
D | qgroup.c | 1446 &record->old_roots); in btrfs_qgroup_prepare_account_extents() 1450 ulist_del(record->old_roots, qgroup_to_skip, 0); in btrfs_qgroup_prepare_account_extents() 1668 struct ulist *old_roots, struct ulist *new_roots) in btrfs_qgroup_account_extent() argument 1679 if (old_roots) in btrfs_qgroup_account_extent() 1680 nr_old_roots = old_roots->nnodes; in btrfs_qgroup_account_extent() 1711 ret = qgroup_update_refcnt(fs_info, old_roots, tmp, qgroups, seq, in btrfs_qgroup_account_extent() 1734 ulist_free(old_roots); in btrfs_qgroup_account_extent() 1769 record->old_roots, new_roots); in btrfs_qgroup_account_extents() 1770 record->old_roots = NULL; in btrfs_qgroup_account_extents() 1774 ulist_free(record->old_roots); in btrfs_qgroup_account_extents()
|
D | delayed-ref.c | 607 qrecord->old_roots = NULL; in add_delayed_ref_head()
|
D | extent-tree.c | 8130 qrecord->old_roots = NULL; in record_one_subtree_extent()
|