Searched refs:ulist_add (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/btrfs/
H A Dulist.h51 int ulist_add(struct ulist *ulist, u64 val, u64 aux, gfp_t gfp_mask);
H A Dulist.c21 * ulist_add(ulist, root);
26 * ulist_add(ulist, n);
187 * ulist_add returns 0 if @val already exists in ulist and 1 if @val has been
192 int ulist_add(struct ulist *ulist, u64 val, u64 aux, gfp_t gfp_mask) function
266 * It is allowed to call ulist_add during an enumeration. Newly added items
H A Dextent-io-tree.c215 ret = ulist_add(&changeset->range_changed, state->start, state->end,
H A Dbackref.c489 ret = ulist_add(parents, eb->start, 0, GFP_NOFS);
1605 ret = ulist_add(ctx->roots, ref->root_id, 0, GFP_NOFS);

Completed in 366 milliseconds