|
@@ -174,6 +174,7 @@ int coroutine_fn bdrv_co_is_allocated_above(BlockDriverState *top,
|
|
|
int nb_sectors, int *pnum);
|
|
|
BlockDriverState *bdrv_find_backing_image(BlockDriverState *bs,
|
|
|
const char *backing_file);
|
|
|
+int bdrv_get_backing_file_depth(BlockDriverState *bs);
|
|
|
int bdrv_truncate(BlockDriverState *bs, int64_t offset);
|
|
|
int64_t bdrv_getlength(BlockDriverState *bs);
|
|
|
int64_t bdrv_get_allocated_file_size(BlockDriverState *bs);
|