Home
last modified time | relevance | path

Searched refs:old_roots (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/fs/btrfs/tests/
H A Dqgroup-tests.c211 struct ulist *old_roots = NULL; in test_no_shared_qgroup() local
238 old_roots = ctx.roots; in test_no_shared_qgroup()
244 ulist_free(old_roots); in test_no_shared_qgroup()
250 ulist_free(old_roots); in test_no_shared_qgroup()
257 ret = btrfs_qgroup_account_extent(&trans, nodesize, nodesize, old_roots, in test_no_shared_qgroup()
265 old_roots = NULL; in test_no_shared_qgroup()
279 old_roots = ctx.roots; in test_no_shared_qgroup()
284 ulist_free(old_roots); in test_no_shared_qgroup()
290 ulist_free(old_roots); in test_no_shared_qgroup()
297 ret = btrfs_qgroup_account_extent(&trans, nodesize, nodesize, old_roots, in test_no_shared_qgroup()
[all …]
/openbmc/linux/fs/btrfs/
H A Dqgroup.h126 struct ulist *old_roots; member
357 u64 num_bytes, struct ulist *old_roots,
H A Dqgroup.c1893 qrecord->old_roots = ctx.roots; in btrfs_qgroup_trace_extent_post()
1915 record->old_roots = NULL; in btrfs_qgroup_trace_extent()
2696 u64 num_bytes, struct ulist *old_roots, in btrfs_qgroup_account_extent() argument
2720 if (old_roots) { in btrfs_qgroup_account_extent()
2721 if (!maybe_fs_roots(old_roots)) in btrfs_qgroup_account_extent()
2723 nr_old_roots = old_roots->nnodes; in btrfs_qgroup_account_extent()
2758 ret = qgroup_update_refcnt(fs_info, old_roots, tmp, qgroups, seq, in btrfs_qgroup_account_extent()
2781 ulist_free(old_roots); in btrfs_qgroup_account_extent()
2827 if (!record->old_roots) { in btrfs_qgroup_account_extents()
2832 record->old_roots = ctx.roots; in btrfs_qgroup_account_extents()
[all …]
H A Ddelayed-ref.c779 qrecord->old_roots = NULL; in init_delayed_ref_head()