Lines Matching refs:roots
1564 struct ulist *roots, struct ulist *qgroups, in qgroup_calc_old_refcnt() argument
1575 while ((unode = ulist_next(roots, &uiter))) { in qgroup_calc_old_refcnt()
1881 struct ulist *roots = NULL; in check_existing_refs() local
1887 oper->elem.seq, &roots); in check_existing_refs()
1893 while ((unode = ulist_next(roots, &uiter))) { in check_existing_refs()
1899 ulist_free(roots); in check_existing_refs()
1949 struct ulist *roots = NULL; in qgroup_shared_accounting() local
1978 &roots); in qgroup_shared_accounting()
1999 ret = qgroup_calc_old_refcnt(fs_info, oper->ref_root, tmp, roots, qgroups, in qgroup_shared_accounting()
2051 ulist_free(roots); in qgroup_shared_accounting()
2065 struct ulist *roots = NULL; in qgroup_subtree_accounting() local
2082 elem.seq, &roots); in qgroup_subtree_accounting()
2087 if (roots->nnodes != 1) in qgroup_subtree_accounting()
2091 unode = ulist_next(roots, &uiter); /* Only want 1 so no need to loop */ in qgroup_subtree_accounting()
2156 ulist_free(roots); in qgroup_subtree_accounting()
2644 struct ulist *roots = NULL; in qgroup_rescan_leaf() local
2700 &roots); in qgroup_rescan_leaf()
2705 fs_info->qgroup_seq += roots->nnodes + 1; /* max refcnt */ in qgroup_rescan_leaf()
2708 ret = qgroup_calc_old_refcnt(fs_info, 0, tmp, roots, qgroups, in qgroup_rescan_leaf()
2712 ulist_free(roots); in qgroup_rescan_leaf()
2720 ulist_free(roots); in qgroup_rescan_leaf()
2724 ulist_free(roots); in qgroup_rescan_leaf()