|
@@ -78,11 +78,11 @@ int coroutine_fn GRAPH_RDLOCK
|
|
bdrv_co_truncate(BdrvChild *child, int64_t offset, bool exact,
|
|
bdrv_co_truncate(BdrvChild *child, int64_t offset, bool exact,
|
|
PreallocMode prealloc, BdrvRequestFlags flags, Error **errp);
|
|
PreallocMode prealloc, BdrvRequestFlags flags, Error **errp);
|
|
|
|
|
|
-int64_t coroutine_fn bdrv_co_nb_sectors(BlockDriverState *bs);
|
|
|
|
-int64_t co_wrapper_mixed bdrv_nb_sectors(BlockDriverState *bs);
|
|
|
|
|
|
+int64_t coroutine_fn GRAPH_RDLOCK bdrv_co_nb_sectors(BlockDriverState *bs);
|
|
|
|
+int64_t co_wrapper_mixed_bdrv_rdlock bdrv_nb_sectors(BlockDriverState *bs);
|
|
|
|
|
|
-int64_t coroutine_fn bdrv_co_getlength(BlockDriverState *bs);
|
|
|
|
-int64_t co_wrapper_mixed bdrv_getlength(BlockDriverState *bs);
|
|
|
|
|
|
+int64_t coroutine_fn GRAPH_RDLOCK bdrv_co_getlength(BlockDriverState *bs);
|
|
|
|
+int64_t co_wrapper_mixed_bdrv_rdlock bdrv_getlength(BlockDriverState *bs);
|
|
|
|
|
|
int64_t coroutine_fn bdrv_co_get_allocated_file_size(BlockDriverState *bs);
|
|
int64_t coroutine_fn bdrv_co_get_allocated_file_size(BlockDriverState *bs);
|
|
int64_t co_wrapper bdrv_get_allocated_file_size(BlockDriverState *bs);
|
|
int64_t co_wrapper bdrv_get_allocated_file_size(BlockDriverState *bs);
|