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 | 2630 bool include_base, in bdrv_co_common_block_status_above() argument 2645 assert(!include_base || base); /* Can't include NULL base */ in bdrv_co_common_block_status_above() 2653 if (!include_base && bs == base) { in bdrv_co_common_block_status_above() 2672 for (p = bdrv_filter_or_cow_bs(bs); include_base || p != base; in bdrv_co_common_block_status_above() 2712 assert(include_base); in bdrv_co_common_block_status_above() 2877 bool include_base, int64_t offset, in bdrv_co_is_allocated_above() argument 2884 ret = bdrv_co_common_block_status_above(bs, base, include_base, in bdrv_co_is_allocated_above()
|
| H A D | block-backend.c | 1490 bool include_base, int64_t offset, in blk_co_is_allocated_above() argument 1495 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/system/ |
| H A D | block-backend-io.h | 135 bool include_base, int64_t offset,
|