Searched refs:new_offs (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/lib/ |
H A D | buildid.c | 21 Elf32_Word note_offs = 0, new_offs; in parse_build_id_buf() local 41 new_offs = note_offs + sizeof(Elf32_Nhdr) + in parse_build_id_buf() 43 if (new_offs <= note_offs) /* overflow */ in parse_build_id_buf() 45 note_offs = new_offs; in parse_build_id_buf()
|
/kernel/linux/linux-5.10/kernel/bpf/ |
H A D | stackmap.c | 173 Elf32_Word note_offs = 0, new_offs; in stack_map_parse_build_id() local 198 new_offs = note_offs + sizeof(Elf32_Nhdr) + in stack_map_parse_build_id() 200 if (new_offs <= note_offs) /* overflow */ in stack_map_parse_build_id() 202 note_offs = new_offs; in stack_map_parse_build_id()
|
/kernel/linux/linux-5.10/fs/ubifs/ |
H A D | gc.c | 306 int err, new_lnum = wbuf->lnum, new_offs = wbuf->offs + wbuf->used; in move_node() local 314 snod->offs, new_lnum, new_offs, in move_node()
|
/kernel/linux/linux-6.6/fs/ubifs/ |
H A D | gc.c | 306 int err, new_lnum = wbuf->lnum, new_offs = wbuf->offs + wbuf->used; in move_node() local 314 snod->offs, new_lnum, new_offs, in move_node()
|
/kernel/linux/linux-5.10/tools/lib/bpf/ |
H A D | btf.c | 4262 __u32 *new_offs; in btf_dedup_compact_types() local 4293 new_offs = libbpf_reallocarray(d->btf->type_offs, d->btf->type_offs_cap, in btf_dedup_compact_types() 4294 sizeof(*new_offs)); in btf_dedup_compact_types() 4295 if (!new_offs) in btf_dedup_compact_types() 4297 d->btf->type_offs = new_offs; in btf_dedup_compact_types()
|
/kernel/linux/linux-6.6/tools/lib/bpf/ |
H A D | btf.c | 4665 __u32 *new_offs; in btf_dedup_compact_types() local 4701 new_offs = libbpf_reallocarray(d->btf->type_offs, d->btf->type_offs_cap, in btf_dedup_compact_types() 4702 sizeof(*new_offs)); in btf_dedup_compact_types() 4703 if (d->btf->type_offs_cap && !new_offs) in btf_dedup_compact_types() 4705 d->btf->type_offs = new_offs; in btf_dedup_compact_types()
|
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | xattr.c | 2524 int new_offs; in ext4_xattr_shift_entries() local 2532 new_offs = le16_to_cpu(last->e_value_offs) + in ext4_xattr_shift_entries() 2534 last->e_value_offs = cpu_to_le16(new_offs); in ext4_xattr_shift_entries()
|
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | xattr.c | 2581 int new_offs; in ext4_xattr_shift_entries() local 2589 new_offs = le16_to_cpu(last->e_value_offs) + in ext4_xattr_shift_entries() 2591 last->e_value_offs = cpu_to_le16(new_offs); in ext4_xattr_shift_entries()
|
Completed in 24 milliseconds