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