Lines Matching full:update
87 * When checking node for a possibility to update permissions, it's subtree
280 * update works.
312 * permission update, simple DFS is not enough.
320 * function to update permission should get a specific child to update.
342 * So, we set some option for write-to-selected driver and do permission update.
344 * With simple DFS, if permission update goes first through
347 * But if permission update goes first through write-to-selected -> fl2 -> base
348 * branch it will fail, as when we try to update fl2->base child, old not yet
351 * With topological-sort order we always update parents before children, so fl1
352 * and fl2 are both updated when we update base and there is no conflict.
399 /* Now, try to switch active child and update permissions */ in test_parallel_perm_update()
430 * update permissions. If we try to go through intermediate state [2] and update
461 g_test_add_func("/bdrv-graph-mod/update-perm-tree", test_update_perm_tree); in main()
462 g_test_add_func("/bdrv-graph-mod/should-update-child", in main()
464 g_test_add_func("/bdrv-graph-mod/parallel-perm-update", in main()