Searched refs:bdrv_check_request32 (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/block/ |
H A D | io.c | 876 static int bdrv_check_request32(int64_t offset, int64_t bytes, in bdrv_check_request32() function 1717 ret = bdrv_check_request32(*offset, *bytes, *qiov, *qiov_offset); in bdrv_pad_request() 1788 ret = bdrv_check_request32(offset, bytes, qiov, qiov_offset); in bdrv_co_preadv_part() 2245 ret = bdrv_check_request32(offset, bytes, qiov, qiov_offset); in bdrv_co_pwritev_part() 3409 ret = bdrv_check_request32(dst_offset, bytes, NULL, 0); in bdrv_co_copy_range_internal() 3420 ret = bdrv_check_request32(src_offset, bytes, NULL, 0); in bdrv_co_copy_range_internal()
|