Lines Matching refs:glist
1049 struct btrfs_qgroup_list *glist; in __qgroup_excl_accounting() local
1070 list_for_each_entry(glist, &qgroup->groups, next_group) { in __qgroup_excl_accounting()
1071 ret = ulist_add(tmp, glist->group->qgroupid, in __qgroup_excl_accounting()
1072 ptr_to_u64(glist->group), GFP_ATOMIC); in __qgroup_excl_accounting()
1091 list_for_each_entry(glist, &qgroup->groups, next_group) { in __qgroup_excl_accounting()
1092 ret = ulist_add(tmp, glist->group->qgroupid, in __qgroup_excl_accounting()
1093 ptr_to_u64(glist->group), GFP_ATOMIC); in __qgroup_excl_accounting()
1518 struct btrfs_qgroup_list *glist; in qgroup_update_refcnt() local
1525 list_for_each_entry(glist, &qg->groups, next_group) { in qgroup_update_refcnt()
1526 ret = ulist_add(qgroups, glist->group->qgroupid, in qgroup_update_refcnt()
1527 ptr_to_u64(glist->group), in qgroup_update_refcnt()
1531 ret = ulist_add(tmp, glist->group->qgroupid, in qgroup_update_refcnt()
1532 ptr_to_u64(glist->group), in qgroup_update_refcnt()
2074 struct btrfs_qgroup_list *glist; in qgroup_reserve() local
2092 list_for_each_entry(glist, &qg->groups, next_group) { in qgroup_reserve()
2094 glist->group->qgroupid, in qgroup_reserve()
2095 (uintptr_t)glist->group, GFP_ATOMIC); in qgroup_reserve()
2151 struct btrfs_qgroup_list *glist; in btrfs_qgroup_free_refroot() local
2157 list_for_each_entry(glist, &qg->groups, next_group) { in btrfs_qgroup_free_refroot()
2159 glist->group->qgroupid, in btrfs_qgroup_free_refroot()
2160 (uintptr_t)glist->group, GFP_ATOMIC); in btrfs_qgroup_free_refroot()