Searched refs:bdrv_next_node (Results 1 – 3 of 3) sorted by relevance
213 BlockDriverState *bdrv_next_node(BlockDriverState *bs);
707 for (bs = bdrv_next_node(NULL); bs; bs = bdrv_next_node(bs)) { in qmp_query_blockstats()
6479 BlockDriverState *bdrv_next_node(BlockDriverState *bs) in bdrv_next_node() function