Searched refs:blk_check_byte_request (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/block/ |
H A D | block-backend.c | 1257 blk_check_byte_request(BlockBackend *blk, int64_t offset, int64_t bytes) in blk_check_byte_request() function 1331 ret = blk_check_byte_request(blk, offset, bytes); in blk_co_do_preadv_part() 1406 ret = blk_check_byte_request(blk, offset, bytes); in blk_co_do_pwritev_part() 1780 ret = blk_check_byte_request(blk, offset, bytes); in blk_co_do_pdiscard() 2026 ret = blk_check_byte_request(blk, offset, len); in blk_co_zone_mgmt() 2808 r = blk_check_byte_request(blk_in, off_in, bytes); in blk_co_copy_range() 2812 r = blk_check_byte_request(blk_out, off_out, bytes); in blk_co_copy_range()
|