Home
last modified time | relevance | path

Searched refs:glist (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/fs/btrfs/
Dqgroup.c1016 struct btrfs_qgroup_list *glist; in __qgroup_excl_accounting() local
1037 list_for_each_entry(glist, &qgroup->groups, next_group) { in __qgroup_excl_accounting()
1038 ret = ulist_add(tmp, glist->group->qgroupid, in __qgroup_excl_accounting()
1039 ptr_to_u64(glist->group), GFP_ATOMIC); in __qgroup_excl_accounting()
1058 list_for_each_entry(glist, &qgroup->groups, next_group) { in __qgroup_excl_accounting()
1059 ret = ulist_add(tmp, glist->group->qgroupid, in __qgroup_excl_accounting()
1060 ptr_to_u64(glist->group), GFP_ATOMIC); in __qgroup_excl_accounting()
1603 struct btrfs_qgroup_list *glist; in qgroup_calc_old_refcnt() local
1629 list_for_each_entry(glist, &qg->groups, next_group) { in qgroup_calc_old_refcnt()
1630 ret = ulist_add(qgroups, glist->group->qgroupid, in qgroup_calc_old_refcnt()
[all …]