Home
last modified time | relevance | path

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

/trusty/user/app/storage/
Dblock_tree.c1407 const struct block_mac* next_child; in block_tree_path_next() local
1494 next_child = block_tree_node_get_child( in block_tree_path_next()
1497 if (next_child) { in block_tree_path_next()
1517 assert(next_child); in block_tree_path_next()
1519 node_ro = block_get(path->tr, next_child, NULL, &ref[ref_index]); in block_tree_path_next()
1527 path->entry[depth].block_mac = *next_child; in block_tree_path_next()
1541 next_child = block_tree_node_get_child(path->tr, path->tree, in block_tree_path_next()
1546 assert(next_child); in block_tree_path_next()
1549 assert(next_child); in block_tree_path_next()
1550 node_ro = block_get(path->tr, next_child, NULL, &ref[ref_index]); in block_tree_path_next()
[all …]