Searched refs:glist (Results 1 – 1 of 1) sorted by relevance
/fs/btrfs/ |
D | qgroup.c | 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() [all …]
|