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

/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...]
/linux-master/fs/btrfs/
H A Dqgroup.h350 struct ulist *new_roots);
H A Dqgroup.c1939 * This is designed to allow btrfs_find_all_roots() to get correct new_roots
2706 * For !A and !B condition, the exception is cur_old/new_roots == 0 case.
2711 * Then, for result "+" and "-", check old/new_roots == 0 case, as in them
2832 struct ulist *new_roots)
2849 if (new_roots) {
2850 if (!maybe_fs_roots(new_roots))
2852 nr_new_roots = new_roots->nnodes;
2883 /* Update new refcnts using new_roots */
2884 qgroup_update_refcnt(fs_info, new_roots, &qgroups, seq, UPDATE_NEW);
2903 ulist_free(new_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
2912 struct ulist *new_roots = NULL; local
[all...]

Completed in 154 milliseconds