Searched refs:align_offset (Results 1 – 5 of 5) sorted by relevance
| /openbmc/hiomapd/ |
| H A D | backend.h | 136 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 D | backend.c | 266 .align_offset = NULL,
|
| /openbmc/hiomapd/mtd/ |
| H A D | backend.c | 357 .align_offset = NULL,
|
| /openbmc/qemu/block/ |
| H A D | mirror.c | 291 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 D | backend.cpp | 525 .align_offset = vpnor_align_offset,
|