• 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()
2449 struct btrfs_qgroup_list *glist; in qgroup_update_refcnt() local
2456 list_for_each_entry(glist, &qg->groups, next_group) { in qgroup_update_refcnt()
2457 ret = ulist_add(qgroups, glist->group->qgroupid, in qgroup_update_refcnt()
2458 qgroup_to_aux(glist->group), in qgroup_update_refcnt()
2462 ret = ulist_add(tmp, glist->group->qgroupid, in qgroup_update_refcnt()
2463 qgroup_to_aux(glist->group), in qgroup_update_refcnt()
3111 struct btrfs_qgroup_list *glist; in qgroup_reserve() local
3120 list_for_each_entry(glist, &qg->groups, next_group) { in qgroup_reserve()
3122 glist->group->qgroupid, in qgroup_reserve()
3123 qgroup_to_aux(glist->group), GFP_ATOMIC); in qgroup_reserve()
3198 struct btrfs_qgroup_list *glist; in btrfs_qgroup_free_refroot() local
3204 list_for_each_entry(glist, &qg->groups, next_group) { in btrfs_qgroup_free_refroot()
3206 glist->group->qgroupid, in btrfs_qgroup_free_refroot()
3207 qgroup_to_aux(glist->group), GFP_ATOMIC); in btrfs_qgroup_free_refroot()
4085 struct btrfs_qgroup_list *glist; in qgroup_convert_meta() local
4093 list_for_each_entry(glist, &qg->groups, next_group) { in qgroup_convert_meta()
4095 glist->group->qgroupid, in qgroup_convert_meta()
4096 qgroup_to_aux(glist->group), GFP_ATOMIC); in qgroup_convert_meta()