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

/linux-master/fs/btrfs/tests/
H A Dqgroup-tests.c211 struct ulist *old_roots = NULL; local
238 old_roots = ctx.roots;
244 ulist_free(old_roots);
250 ulist_free(old_roots);
257 ret = btrfs_qgroup_account_extent(&trans, nodesize, nodesize, old_roots,
265 old_roots = NULL;
279 old_roots = ctx.roots;
284 ulist_free(old_roots);
290 ulist_free(old_roots);
297 ret = btrfs_qgroup_account_extent(&trans, nodesize, nodesize, old_roots,
323 struct ulist *old_roots = NULL; local
[all...]
/linux-master/fs/btrfs/
H A Dqgroup.h143 struct ulist *old_roots; member in struct:btrfs_qgroup_extent_record
349 u64 num_bytes, struct ulist *old_roots,
H A Dqgroup.c1942 * However for old_roots there is no need to do backref walk at that time,
2003 * So modifying qrecord->old_roots is safe here
2005 qrecord->old_roots = ctx.roots;
2039 record->old_roots = NULL;
2831 u64 num_bytes, struct ulist *old_roots,
2854 if (old_roots) {
2855 if (!maybe_fs_roots(old_roots))
2857 nr_old_roots = old_roots->nnodes;
2880 /* Update old refcnts using old_roots */
2881 qgroup_update_refcnt(fs_info, old_roots,
2830 btrfs_qgroup_account_extent(struct btrfs_trans_handle *trans, u64 bytenr, u64 num_bytes, struct ulist *old_roots, struct ulist *new_roots) argument
[all...]
H A Ddelayed-ref.c894 qrecord->old_roots = NULL;

Completed in 94 milliseconds