Home
last modified time | relevance | path

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

/Linux-v6.6/lib/
Dbuildid.c21 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()
/Linux-v6.6/fs/ubifs/
Dgc.c306 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()
/Linux-v6.6/tools/lib/bpf/
Dbtf.c4665 __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()
/Linux-v6.6/fs/ext4/
Dxattr.c2581 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()