Searched refs:include_base (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/block/ |
H A D | coroutines.h | 49 bool include_base, 80 bool include_base,
|
H A D | io.c | 2625 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 D | block-backend.c | 1479 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 D | block-io.h | 155 bool include_base, int64_t offset, int64_t bytes, 159 bool include_base, int64_t offset,
|
/openbmc/qemu/include/sysemu/ |
H A D | block-backend-io.h | 127 bool include_base, int64_t offset,
|