Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dcoroutines.h49 bool include_base,
80 bool include_base,
H A Dio.c2625 bool include_base, in bdrv_co_common_block_status_above() argument
2640 assert(!include_base || base); /* Can't include NULL base */ in bdrv_co_common_block_status_above()
2648 if (!include_base && bs == base) { in bdrv_co_common_block_status_above()
2667 for (p = bdrv_filter_or_cow_bs(bs); include_base || p != base; in bdrv_co_common_block_status_above()
2707 assert(include_base); in bdrv_co_common_block_status_above()
2809 bool include_base, int64_t offset, in bdrv_co_is_allocated_above() argument
2816 ret = bdrv_co_common_block_status_above(bs, base, include_base, false, in bdrv_co_is_allocated_above()
H A Dblock-backend.c1479 bool include_base, int64_t offset, in blk_co_is_allocated_above() argument
1484 return bdrv_co_is_allocated_above(blk_bs(blk), base, include_base, offset, in blk_co_is_allocated_above()
/openbmc/qemu/include/block/
H A Dblock-io.h155 bool include_base, int64_t offset, int64_t bytes,
159 bool include_base, int64_t offset,
/openbmc/qemu/include/sysemu/
H A Dblock-backend-io.h127 bool include_base, int64_t offset,