Searched refs:new_roots (Results 1 - 3 of 3) sorted by path

/linux-master/fs/btrfs/
H A Dqgroup.c1934 * This is designed to allow btrfs_find_all_roots() to get correct new_roots
2701 * For !A and !B condition, the exception is cur_old/new_roots == 0 case.
2706 * Then, for result "+" and "-", check old/new_roots == 0 case, as in them
2827 struct ulist *new_roots)
2844 if (new_roots) {
2845 if (!maybe_fs_roots(new_roots))
2847 nr_new_roots = new_roots->nnodes;
2878 /* Update new refcnts using new_roots */
2879 qgroup_update_refcnt(fs_info, new_roots, &qgroups, seq, UPDATE_NEW);
2898 ulist_free(new_roots);
2825 btrfs_qgroup_account_extent(struct btrfs_trans_handle *trans, u64 bytenr, u64 num_bytes, struct ulist *old_roots, struct ulist *new_roots) argument
2907 struct ulist *new_roots = NULL; local
[all...]
H A Dqgroup.h350 struct ulist *new_roots);
/linux-master/fs/btrfs/tests/
H A Dqgroup-tests.c212 struct ulist *new_roots = NULL; local
254 new_roots = ctx.roots;
258 new_roots);
266 new_roots = NULL;
294 new_roots = ctx.roots;
298 new_roots);
324 struct ulist *new_roots = NULL; local
366 new_roots = ctx.roots;
370 new_roots);
403 new_roots
[all...]

Completed in 183 milliseconds