MOS Source Code
Loading...
Searching...
No Matches
tree.c File Reference
+ Include dependency graph for tree.c:

Go to the source code of this file.

Functions

void tree_node_init (tree_node_t *node)
 
void tree_add_child (tree_node_t *parent, tree_node_t *child)
 

Function Documentation

◆ tree_node_init()

void tree_node_init ( tree_node_t * node)

Definition at line 8 of file tree.c.

Referenced by dentry_create().

+ Here is the call graph for this function:

◆ tree_add_child()

void tree_add_child ( tree_node_t * parent,
tree_node_t * child )

Definition at line 14 of file tree.c.

Referenced by dentry_create().

+ Here is the call graph for this function: