Lines Matching full:graph
2 * Block node graph modifications tests
91 * its neighbors, we can finish up with wrong permission graph.
93 * This test firstly create the following graph:
156 * do the right thing, i.e. not creating loops on the graph.
159 * 1. initial graph:
173 * as it will create a loop on node graph. Resulting picture should
421 * So, inserting such filter should do all graph modifications and only then
451 g_test_add_func("/bdrv-graph-mod/update-perm-tree", test_update_perm_tree); in main()
452 g_test_add_func("/bdrv-graph-mod/should-update-child", in main()
454 g_test_add_func("/bdrv-graph-mod/parallel-perm-update", in main()
456 g_test_add_func("/bdrv-graph-mod/parallel-exclusive-write", in main()
458 g_test_add_func("/bdrv-graph-mod/append-greedy-filter", in main()