Home
last modified time | relevance | path

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

/openbmc/u-boot/fs/ubifs/
H A Dgc.c314 int err, new_lnum = wbuf->lnum, new_offs = wbuf->offs + wbuf->used; in move_node() local
322 snod->offs, new_lnum, new_offs, in move_node()
/openbmc/linux/fs/ubifs/
H A 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()
/openbmc/linux/tools/lib/bpf/
H A 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()
/openbmc/linux/fs/ext4/
H A Dxattr.c2579 int new_offs; in ext4_xattr_shift_entries() local
2587 new_offs = le16_to_cpu(last->e_value_offs) + in ext4_xattr_shift_entries()
2589 last->e_value_offs = cpu_to_le16(new_offs); in ext4_xattr_shift_entries()