Home
last modified time | relevance | path

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

/openbmc/qemu/include/block/
H A Dblock_int-common.h860 int max_hw_iov; member
/openbmc/qemu/block/
H A Dio.c148 dst->max_hw_iov = MIN_NON_ZERO(dst->max_hw_iov, src->max_hw_iov); in bdrv_merge_limits()
H A Dblock-backend.c2324 return MIN_NON_ZERO(blk->root->bs->bl.max_hw_iov, in blk_get_max_hw_iov()
H A Dfile-posix.c1518 bs->bl.max_hw_iov = ret; in raw_refresh_limits()