Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dio.c145 dst->min_mem_alignment = MAX(dst->min_mem_alignment, in bdrv_merge_limits()
146 src->min_mem_alignment); in bdrv_merge_limits()
213 bs->bl.min_mem_alignment = 512; in bdrv_refresh_limits()
H A Dblkio.c1046 bs->bl.min_mem_alignment = value; in blkio_refresh_limits()
H A Dfile-posix.c1488 bs->bl.min_mem_alignment = s->buf_align; in raw_refresh_limits()
/openbmc/qemu/include/block/
H A Dblock_int-common.h864 size_t min_mem_alignment; member
/openbmc/qemu/
H A Dblock.c155 return bs->bl.min_mem_alignment; in bdrv_min_mem_align()