Lines Matching refs:glist

1318 	struct btrfs_qgroup_list *glist;  in __qgroup_excl_accounting()  local
1343 list_for_each_entry(glist, &qgroup->groups, next_group) { in __qgroup_excl_accounting()
1344 ret = ulist_add(tmp, glist->group->qgroupid, in __qgroup_excl_accounting()
1345 qgroup_to_aux(glist->group), GFP_ATOMIC); in __qgroup_excl_accounting()
1366 list_for_each_entry(glist, &qgroup->groups, next_group) { in __qgroup_excl_accounting()
1367 ret = ulist_add(tmp, glist->group->qgroupid, in __qgroup_excl_accounting()
1368 qgroup_to_aux(glist->group), GFP_ATOMIC); in __qgroup_excl_accounting()
2421 struct btrfs_qgroup_list *glist; in qgroup_update_refcnt() local
2428 list_for_each_entry(glist, &qg->groups, next_group) { in qgroup_update_refcnt()
2429 ret = ulist_add(qgroups, glist->group->qgroupid, in qgroup_update_refcnt()
2430 qgroup_to_aux(glist->group), in qgroup_update_refcnt()
2434 ret = ulist_add(tmp, glist->group->qgroupid, in qgroup_update_refcnt()
2435 qgroup_to_aux(glist->group), in qgroup_update_refcnt()
3074 struct btrfs_qgroup_list *glist; in qgroup_reserve() local
3083 list_for_each_entry(glist, &qg->groups, next_group) { in qgroup_reserve()
3085 glist->group->qgroupid, in qgroup_reserve()
3086 qgroup_to_aux(glist->group), GFP_ATOMIC); in qgroup_reserve()
3161 struct btrfs_qgroup_list *glist; in btrfs_qgroup_free_refroot() local
3167 list_for_each_entry(glist, &qg->groups, next_group) { in btrfs_qgroup_free_refroot()
3169 glist->group->qgroupid, in btrfs_qgroup_free_refroot()
3170 qgroup_to_aux(glist->group), GFP_ATOMIC); in btrfs_qgroup_free_refroot()
4039 struct btrfs_qgroup_list *glist; in qgroup_convert_meta() local
4047 list_for_each_entry(glist, &qg->groups, next_group) { in qgroup_convert_meta()
4049 glist->group->qgroupid, in qgroup_convert_meta()
4050 qgroup_to_aux(glist->group), GFP_ATOMIC); in qgroup_convert_meta()