Home
last modified time | relevance | path

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

/trusty/user/app/storage/
Dblock_tree.c873 int sub_tree_depth; in block_tree_check_sub_tree() local
973 sub_tree_depth = block_tree_check_sub_tree( in block_tree_check_sub_tree()
982 if (sub_tree_depth == -1) { in block_tree_check_sub_tree()
985 if (sub_tree_depth == -2) { in block_tree_check_sub_tree()
992 depth = sub_tree_depth + 1; in block_tree_check_sub_tree()
993 } else if (sub_tree_depth != depth - 1) { in block_tree_check_sub_tree()
996 sub_tree_depth, depth - 1); in block_tree_check_sub_tree()
1009 sub_tree_depth = block_tree_check_sub_tree(tr, tree, &child_block_mac, in block_tree_check_sub_tree()
1018 if (sub_tree_depth == -1) { in block_tree_check_sub_tree()
1021 if (sub_tree_depth == -2) { in block_tree_check_sub_tree()
[all …]