Lines Matching refs:group

98 	struct btrfs_qgroup *group;  member
217 list->group = parent; in add_relation_rb()
239 if (list->group == parent) { in del_relation_rb()
1038 ret = ulist_add(tmp, glist->group->qgroupid, in __qgroup_excl_accounting()
1039 ptr_to_u64(glist->group), GFP_ATOMIC); in __qgroup_excl_accounting()
1059 ret = ulist_add(tmp, glist->group->qgroupid, in __qgroup_excl_accounting()
1060 ptr_to_u64(glist->group), GFP_ATOMIC); in __qgroup_excl_accounting()
1141 if (list->group == parent) { in btrfs_add_qgroup_relation()
1201 if (list->group == parent) in __del_qgroup_relation()
1300 list->group->qgroupid); in btrfs_remove_qgroup()
1630 ret = ulist_add(qgroups, glist->group->qgroupid, in qgroup_calc_old_refcnt()
1631 ptr_to_u64(glist->group), in qgroup_calc_old_refcnt()
1635 ret = ulist_add(tmp, glist->group->qgroupid, in qgroup_calc_old_refcnt()
1636 ptr_to_u64(glist->group), in qgroup_calc_old_refcnt()
1731 ret = ulist_add(qgroups, glist->group->qgroupid, in qgroup_account_deleted_refs()
1732 ptr_to_u64(glist->group), GFP_ATOMIC); in qgroup_account_deleted_refs()
1735 ret = ulist_add(tmp, glist->group->qgroupid, in qgroup_account_deleted_refs()
1736 ptr_to_u64(glist->group), GFP_ATOMIC); in qgroup_account_deleted_refs()
1782 ret = ulist_add(tmp, glist->group->qgroupid, in qgroup_calc_new_refcnt()
1783 ptr_to_u64(glist->group), GFP_ATOMIC); in qgroup_calc_new_refcnt()
1786 ret = ulist_add(qgroups, glist->group->qgroupid, in qgroup_calc_new_refcnt()
1787 ptr_to_u64(glist->group), GFP_ATOMIC); in qgroup_calc_new_refcnt()
2126 err = ulist_add(parents, glist->group->qgroupid, in qgroup_subtree_accounting()
2127 ptr_to_u64(glist->group), GFP_ATOMIC); in qgroup_subtree_accounting()
2143 err = ulist_add(parents, glist->group->qgroupid, in qgroup_subtree_accounting()
2144 ptr_to_u64(glist->group), GFP_ATOMIC); in qgroup_subtree_accounting()
2544 glist->group->qgroupid, in btrfs_qgroup_reserve()
2545 (uintptr_t)glist->group, GFP_ATOMIC); in btrfs_qgroup_reserve()
2610 glist->group->qgroupid, in btrfs_qgroup_free()
2611 (uintptr_t)glist->group, GFP_ATOMIC); in btrfs_qgroup_free()