Searched refs:ulist_add (Results 1 – 4 of 4) sorted by relevance
/linux/fs/btrfs/ |
H A D | ulist.h | 53 int ulist_add(struct ulist *ulist, u64 val, u64 aux, gfp_t gfp_mask);
|
H A D | ulist.c | 21 * ulist_add(ulist, root); 26 * ulist_add(ulist, n); 195 * ulist_add returns 0 if @val already exists in ulist and 1 if @val has been 200 int ulist_add(struct ulist *ulist, u64 val, u64 aux, gfp_t gfp_mask) in ulist_add() function 280 * It is allowed to call ulist_add during an enumeration. Newly added items
|
H A D | backref.c | 488 ret = ulist_add(parents, eb->start, 0, GFP_NOFS); in add_all_parents() 1599 ret = ulist_add(ctx->roots, ref->root_id, 0, GFP_NOFS); in find_parent_nodes()
|
H A D | extent-io-tree.c | 199 ret = ulist_add(&changeset->range_changed, state->start, state->end, in add_extent_changeset()
|