• Home
  • Raw
  • Download

Lines Matching refs:glist

1332 	struct btrfs_qgroup_list *glist;  in __qgroup_excl_accounting()  local
1357 list_for_each_entry(glist, &qgroup->groups, next_group) { in __qgroup_excl_accounting()
1358 ret = ulist_add(tmp, glist->group->qgroupid, in __qgroup_excl_accounting()
1359 qgroup_to_aux(glist->group), GFP_ATOMIC); in __qgroup_excl_accounting()
1380 list_for_each_entry(glist, &qgroup->groups, next_group) { in __qgroup_excl_accounting()
1381 ret = ulist_add(tmp, glist->group->qgroupid, in __qgroup_excl_accounting()
1382 qgroup_to_aux(glist->group), GFP_ATOMIC); in __qgroup_excl_accounting()
2439 struct btrfs_qgroup_list *glist; in qgroup_update_refcnt() local
2446 list_for_each_entry(glist, &qg->groups, next_group) { in qgroup_update_refcnt()
2447 ret = ulist_add(qgroups, glist->group->qgroupid, in qgroup_update_refcnt()
2448 qgroup_to_aux(glist->group), in qgroup_update_refcnt()
2452 ret = ulist_add(tmp, glist->group->qgroupid, in qgroup_update_refcnt()
2453 qgroup_to_aux(glist->group), in qgroup_update_refcnt()
3101 struct btrfs_qgroup_list *glist; in qgroup_reserve() local
3110 list_for_each_entry(glist, &qg->groups, next_group) { in qgroup_reserve()
3112 glist->group->qgroupid, in qgroup_reserve()
3113 qgroup_to_aux(glist->group), GFP_ATOMIC); in qgroup_reserve()
3188 struct btrfs_qgroup_list *glist; in btrfs_qgroup_free_refroot() local
3194 list_for_each_entry(glist, &qg->groups, next_group) { in btrfs_qgroup_free_refroot()
3196 glist->group->qgroupid, in btrfs_qgroup_free_refroot()
3197 qgroup_to_aux(glist->group), GFP_ATOMIC); in btrfs_qgroup_free_refroot()
4051 struct btrfs_qgroup_list *glist; in qgroup_convert_meta() local
4059 list_for_each_entry(glist, &qg->groups, next_group) { in qgroup_convert_meta()
4061 glist->group->qgroupid, in qgroup_convert_meta()
4062 qgroup_to_aux(glist->group), GFP_ATOMIC); in qgroup_convert_meta()