Lines Matching refs:parent
85 struct htree_node *parent; member
291 nc->parent = node; in get_node()
588 if (node->parent) in verify_node()
740 if (node->parent) in free_node()
771 if (node->parent) { in htree_sync_node_to_storage()
774 node->parent->dirty = true; in htree_sync_node_to_storage()
775 node->parent->node.flags ^= f; in htree_sync_node_to_storage()
776 vers = !!(node->parent->node.flags & f); in htree_sync_node_to_storage()
976 assert(node->parent); in tee_fs_htree_truncate()
977 assert(node->parent->child[node->id & 1] == node); in tee_fs_htree_truncate()
978 node->parent->child[node->id & 1] = NULL; in tee_fs_htree_truncate()