Home
last modified time | relevance | path

Searched refs:align_offset (Results 1 – 5 of 5) sorted by relevance

/openbmc/hiomapd/
H A Dbackend.h136 int (*align_offset)(struct backend *backend, uint32_t *offset, member
241 if (backend->ops->align_offset){ in backend_align_offset()
242 return backend->ops->align_offset(backend, offset, window_size); in backend_align_offset()
/openbmc/hiomapd/file/
H A Dbackend.c266 .align_offset = NULL,
/openbmc/hiomapd/mtd/
H A Dbackend.c357 .align_offset = NULL,
/openbmc/qemu/block/
H A Dmirror.c291 int64_t align_offset = *offset; in mirror_cow_align() local
300 &align_offset, &align_bytes); in mirror_cow_align()
311 align_bytes = mirror_clip_bytes(s, align_offset, align_bytes); in mirror_cow_align()
313 ret = align_offset + align_bytes - (*offset + *bytes); in mirror_cow_align()
314 *offset = align_offset; in mirror_cow_align()
/openbmc/hiomapd/vpnor/
H A Dbackend.cpp525 .align_offset = vpnor_align_offset,