Searched refs:add_pos (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/net/ceph/ |
H A D | striper.c | 49 * 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) in lookup_last() 69 *add_pos = pos; in lookup_last() 120 struct list_head *add_pos = NULL; in ceph_file_to_extents() local 127 last_ex = lookup_last(object_extents, objno, &add_pos); in ceph_file_to_extents() 140 list_add(&ex->oe_item, add_pos); in ceph_file_to_extents() 53 lookup_last(struct list_head *object_extents, u64 objno, struct list_head **add_pos) lookup_last() argument
|
/kernel/linux/linux-6.6/net/ceph/ |
H A D | striper.c | 49 * 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) in lookup_last() 69 *add_pos = pos; in lookup_last() 120 struct list_head *add_pos = NULL; in ceph_file_to_extents() local 127 last_ex = lookup_last(object_extents, objno, &add_pos); in ceph_file_to_extents() 140 list_add(&ex->oe_item, add_pos); in ceph_file_to_extents() 53 lookup_last(struct list_head *object_extents, u64 objno, struct list_head **add_pos) lookup_last() argument
|
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/resctrl/ |
H A D | core.c | 562 struct list_head *add_pos = NULL; in domain_add_cpu() local 565 d = rdt_find_domain(r, id, &add_pos); in domain_add_cpu() 599 list_add_tail(&d->list, add_pos); in domain_add_cpu()
|
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/resctrl/ |
H A D | core.c | 504 struct list_head *add_pos = NULL; in domain_add_cpu() local 509 d = rdt_find_domain(r, id, &add_pos); in domain_add_cpu() 542 list_add_tail(&d->list, add_pos); in domain_add_cpu()
|
/kernel/linux/linux-5.10/fs/ubifs/ |
H A D | debug.h | 284 int add_pos);
|
H A D | lprops.c | 951 int add_pos) in dbg_check_heap() 962 if (i != add_pos) in dbg_check_heap() 950 dbg_check_heap(struct ubifs_info *c, struct ubifs_lpt_heap *heap, int cat, int add_pos) dbg_check_heap() argument
|
/kernel/linux/linux-6.6/fs/ubifs/ |
H A D | debug.h | 284 int add_pos);
|
H A D | lprops.c | 951 int add_pos) in dbg_check_heap() 962 if (i != add_pos) in dbg_check_heap() 950 dbg_check_heap(struct ubifs_info *c, struct ubifs_lpt_heap *heap, int cat, int add_pos) dbg_check_heap() argument
|
Completed in 8 milliseconds