Home
last modified time | relevance | path

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

/openbmc/qemu/
H A Dblock.c5961 int64_t child_size, sum = 0; in bdrv_sum_allocated_file_size() local
5967 child_size = bdrv_co_get_allocated_file_size(child->bs); in bdrv_sum_allocated_file_size()
5968 if (child_size < 0) { in bdrv_sum_allocated_file_size()
5969 return child_size; in bdrv_sum_allocated_file_size()
5971 sum += child_size; in bdrv_sum_allocated_file_size()