Lines Matching refs:unode

1017 	struct ulist_node *unode;  in __qgroup_excl_accounting()  local
1046 while ((unode = ulist_next(tmp, &uiter))) { in __qgroup_excl_accounting()
1047 qgroup = u64_to_ptr(unode->aux); in __qgroup_excl_accounting()
1567 struct ulist_node *unode; in qgroup_calc_old_refcnt() local
1575 while ((unode = ulist_next(roots, &uiter))) { in qgroup_calc_old_refcnt()
1577 if (unode->val == root_to_skip) in qgroup_calc_old_refcnt()
1579 qg = find_qgroup_rb(fs_info, unode->val); in qgroup_calc_old_refcnt()
1656 struct ulist_node *unode; in qgroup_account_deleted_refs() local
1718 while ((unode = ulist_next(tmp, &uiter))) { in qgroup_account_deleted_refs()
1721 qg = u64_to_ptr(unode->aux); in qgroup_account_deleted_refs()
1751 struct ulist_node *unode; in qgroup_calc_new_refcnt() local
1766 while ((unode = ulist_next(tmp, &uiter))) { in qgroup_calc_new_refcnt()
1769 qg = u64_to_ptr(unode->aux); in qgroup_calc_new_refcnt()
1803 struct ulist_node *unode; in qgroup_adjust_counters() local
1809 while ((unode = ulist_next(qgroups, &uiter))) { in qgroup_adjust_counters()
1812 qg = u64_to_ptr(unode->aux); in qgroup_adjust_counters()
1882 struct ulist_node *unode; in check_existing_refs() local
1893 while ((unode = ulist_next(roots, &uiter))) { in check_existing_refs()
1894 if (unode->val == oper->ref_root) { in check_existing_refs()
2066 struct ulist_node *unode; in qgroup_subtree_accounting() local
2091 unode = ulist_next(roots, &uiter); /* Only want 1 so no need to loop */ in qgroup_subtree_accounting()
2105 if (unode->val == oper->ref_root) in qgroup_subtree_accounting()
2108 root_obj = unode->val; in qgroup_subtree_accounting()
2135 while ((unode = ulist_next(parents, &uiter))) { in qgroup_subtree_accounting()
2136 qg = u64_to_ptr(unode->aux); in qgroup_subtree_accounting()
2494 struct ulist_node *unode; in btrfs_qgroup_reserve() local
2522 while ((unode = ulist_next(fs_info->qgroup_ulist, &uiter))) { in btrfs_qgroup_reserve()
2526 qg = u64_to_ptr(unode->aux); in btrfs_qgroup_reserve()
2555 while ((unode = ulist_next(fs_info->qgroup_ulist, &uiter))) { in btrfs_qgroup_reserve()
2558 qg = u64_to_ptr(unode->aux); in btrfs_qgroup_reserve()
2573 struct ulist_node *unode; in btrfs_qgroup_free() local
2600 while ((unode = ulist_next(fs_info->qgroup_ulist, &uiter))) { in btrfs_qgroup_free()
2604 qg = u64_to_ptr(unode->aux); in btrfs_qgroup_free()