Lines Matching refs:glist
1140 struct btrfs_qgroup_list *glist; in __qgroup_excl_accounting() local
1165 list_for_each_entry(glist, &qgroup->groups, next_group) { in __qgroup_excl_accounting()
1166 ret = ulist_add(tmp, glist->group->qgroupid, in __qgroup_excl_accounting()
1167 qgroup_to_aux(glist->group), GFP_ATOMIC); in __qgroup_excl_accounting()
1188 list_for_each_entry(glist, &qgroup->groups, next_group) { in __qgroup_excl_accounting()
1189 ret = ulist_add(tmp, glist->group->qgroupid, in __qgroup_excl_accounting()
1190 qgroup_to_aux(glist->group), GFP_ATOMIC); in __qgroup_excl_accounting()
1862 struct btrfs_qgroup_list *glist; in qgroup_update_refcnt() local
1869 list_for_each_entry(glist, &qg->groups, next_group) { in qgroup_update_refcnt()
1870 ret = ulist_add(qgroups, glist->group->qgroupid, in qgroup_update_refcnt()
1871 qgroup_to_aux(glist->group), in qgroup_update_refcnt()
1875 ret = ulist_add(tmp, glist->group->qgroupid, in qgroup_update_refcnt()
1876 qgroup_to_aux(glist->group), in qgroup_update_refcnt()
2513 struct btrfs_qgroup_list *glist; in qgroup_reserve() local
2522 list_for_each_entry(glist, &qg->groups, next_group) { in qgroup_reserve()
2524 glist->group->qgroupid, in qgroup_reserve()
2525 qgroup_to_aux(glist->group), GFP_ATOMIC); in qgroup_reserve()
2603 struct btrfs_qgroup_list *glist; in btrfs_qgroup_free_refroot() local
2610 list_for_each_entry(glist, &qg->groups, next_group) { in btrfs_qgroup_free_refroot()
2612 glist->group->qgroupid, in btrfs_qgroup_free_refroot()
2613 qgroup_to_aux(glist->group), GFP_ATOMIC); in btrfs_qgroup_free_refroot()
3299 struct btrfs_qgroup_list *glist; in qgroup_convert_meta() local
3307 list_for_each_entry(glist, &qg->groups, next_group) { in qgroup_convert_meta()
3309 glist->group->qgroupid, in qgroup_convert_meta()
3310 qgroup_to_aux(glist->group), GFP_ATOMIC); in qgroup_convert_meta()