Searched refs:ulist_add (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/fs/btrfs/ |
D | qgroup.c | 1038 ret = ulist_add(tmp, glist->group->qgroupid, in __qgroup_excl_accounting() 1059 ret = ulist_add(tmp, glist->group->qgroupid, in __qgroup_excl_accounting() 1594 ret = ulist_add(qgroups, qg->qgroupid, ptr_to_u64(qg), in qgroup_calc_old_refcnt() 1598 ret = ulist_add(tmp, qg->qgroupid, ptr_to_u64(qg), GFP_ATOMIC); in qgroup_calc_old_refcnt() 1630 ret = ulist_add(qgroups, glist->group->qgroupid, in qgroup_calc_old_refcnt() 1635 ret = ulist_add(tmp, glist->group->qgroupid, in qgroup_calc_old_refcnt() 1686 ret = ulist_add(qgroups, qg->qgroupid, ptr_to_u64(qg), in qgroup_account_deleted_refs() 1702 ret = ulist_add(tmp, qg->qgroupid, ptr_to_u64(qg), in qgroup_account_deleted_refs() 1731 ret = ulist_add(qgroups, glist->group->qgroupid, in qgroup_account_deleted_refs() 1735 ret = ulist_add(tmp, glist->group->qgroupid, in qgroup_account_deleted_refs() [all …]
|
D | ulist.h | 57 int ulist_add(struct ulist *ulist, u64 val, u64 aux, gfp_t gfp_mask);
|
D | ulist.c | 177 int ulist_add(struct ulist *ulist, u64 val, u64 aux, gfp_t gfp_mask) in ulist_add() function
|
D | backref.c | 242 ret = ulist_add(parents, eb->start, 0, GFP_NOFS); in add_all_parents() 1026 ret = ulist_add(roots, ref->root_id, 0, GFP_NOFS);
|