Lines Matching full:indexing
151 return "indexing node"; in dbg_ntype()
974 * This function dumps whole UBIFS indexing B-tree, unlike 'ubifs_dump_tnc()'
1187 * In UBIFS indexing B-tree colliding keys has to be sorted in binary order of
1572 * @znode_cb: called for each indexing node
1576 * node and @znode_cb for each indexing node. Returns zero in case of success
1591 /* If the root indexing node is not in TNC - pull it */ in dbg_walk_index()
1602 * We are going to traverse the indexing tree in the postorder manner. in dbg_walk_index()
1603 * Go down and find the leftmost indexing node where we are going to in dbg_walk_index()
1621 /* Iterate over all indexing nodes */ in dbg_walk_index()
1711 * every indexing node and adds its size to the 'long long' variable pointed to
1988 * every single leaf node while walking the indexing tree. It checks that the
1989 * leaf node referred from the indexing tree exists, has correct CRC, and does
2281 * The function reads whole indexing tree and all nodes, so it is pretty