Home
last modified time | relevance | path

Searched refs:new_offs (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/kernel/bpf/
Dstackmap.c167 Elf32_Word note_offs = 0, new_offs; in stack_map_parse_build_id() local
192 new_offs = note_offs + sizeof(Elf32_Nhdr) + in stack_map_parse_build_id()
194 if (new_offs <= note_offs) /* overflow */ in stack_map_parse_build_id()
196 note_offs = new_offs; in stack_map_parse_build_id()
/Linux-v5.10/fs/ubifs/
Dgc.c305 int err, new_lnum = wbuf->lnum, new_offs = wbuf->offs + wbuf->used; in move_node() local
313 snod->offs, new_lnum, new_offs, in move_node()
/Linux-v5.10/tools/lib/bpf/
Dbtf.c4252 __u32 *new_offs; in btf_dedup_compact_types() local
4283 new_offs = libbpf_reallocarray(d->btf->type_offs, d->btf->type_offs_cap, in btf_dedup_compact_types()
4284 sizeof(*new_offs)); in btf_dedup_compact_types()
4285 if (!new_offs) in btf_dedup_compact_types()
4287 d->btf->type_offs = new_offs; in btf_dedup_compact_types()
/Linux-v5.10/fs/ext4/
Dxattr.c2514 int new_offs; in ext4_xattr_shift_entries() local
2522 new_offs = le16_to_cpu(last->e_value_offs) + in ext4_xattr_shift_entries()
2524 last->e_value_offs = cpu_to_le16(new_offs); in ext4_xattr_shift_entries()