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

/linux-master/net/ceph/
H A Dstriper.c49 * by objno). If not found, return NULL and set @add_pos so that the
50 * new extent can be added with list_add(add_pos, new_ex).
54 struct list_head **add_pos)
69 *add_pos = pos;
120 struct list_head *add_pos = NULL; local
127 last_ex = lookup_last(object_extents, objno, &add_pos);
140 list_add(&ex->oe_item, add_pos);
53 lookup_last(struct list_head *object_extents, u64 objno, struct list_head **add_pos) argument
/linux-master/fs/ubifs/
H A Ddebug.h284 int add_pos);
H A Dlprops.c951 int add_pos)
962 if (i != add_pos)
950 dbg_check_heap(struct ubifs_info *c, struct ubifs_lpt_heap *heap, int cat, int add_pos) argument
/linux-master/arch/x86/kernel/cpu/resctrl/
H A Dcore.c516 struct list_head *add_pos = NULL; local
523 d = rdt_find_domain(r, id, &add_pos);
556 list_add_tail_rcu(&d->list, add_pos);

Completed in 137 milliseconds