Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dcommit.c138 len = blk_co_getlength(s->top); in commit_run()
144 base_len = blk_co_getlength(s->base); in commit_run()
H A Dmirror.c959 target_length = blk_co_getlength(s->target); in mirror_run()
H A Dblock-backend.c1631 int64_t coroutine_fn blk_co_getlength(BlockBackend *blk) in blk_co_getlength() function
/openbmc/qemu/include/sysemu/
H A Dblock-backend-io.h80 int64_t coroutine_fn blk_co_getlength(BlockBackend *blk);
/openbmc/qemu/
H A Dblock.c580 size = blk_co_getlength(blk); in create_file_fallback_truncate()