Searched refs:new_offs (Results 1 – 3 of 3) sorted by relevance
306 int err, new_lnum = wbuf->lnum, new_offs = wbuf->offs + wbuf->used; in move_node() local314 snod->offs, new_lnum, new_offs, in move_node()
4918 __u32 *new_offs; in btf_dedup_compact_types() local4954 new_offs = libbpf_reallocarray(d->btf->type_offs, d->btf->type_offs_cap, in btf_dedup_compact_types()4955 sizeof(*new_offs)); in btf_dedup_compact_types()4956 if (d->btf->type_offs_cap && !new_offs) in btf_dedup_compact_types()4958 d->btf->type_offs = new_offs; in btf_dedup_compact_types()
2584 int new_offs; in ext4_xattr_shift_entries() local2592 new_offs = le16_to_cpu(last->e_value_offs) + in ext4_xattr_shift_entries()2594 last->e_value_offs = cpu_to_le16(new_offs); in ext4_xattr_shift_entries()