Home
last modified time | relevance | path

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

/linux/fs/ext4/
H A Dxattr.c2587 int new_offs; in ext4_xattr_shift_entries() local
2595 new_offs = le16_to_cpu(last->e_value_offs) + in ext4_xattr_shift_entries()
2597 last->e_value_offs = cpu_to_le16(new_offs); in ext4_xattr_shift_entries()
/linux/tools/lib/bpf/
H A Dbtf.c5655 __u32 *new_offs; in btf_dedup_compact_types() local
5691 new_offs = libbpf_reallocarray(d->btf->type_offs, d->btf->type_offs_cap, in btf_dedup_compact_types()
5692 sizeof(*new_offs)); in btf_dedup_compact_types()
5693 if (d->btf->type_offs_cap && !new_offs) in btf_dedup_compact_types()
5695 d->btf->type_offs = new_offs; in btf_dedup_compact_types()