MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / dfs_vfs_init_node

Function dfs_vfs_init_node

components/dfs/dfs_v2/include/dfs_vfs.h:27–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25};
26
27rt_inline void dfs_vfs_init_node(struct dfs_vfs_node *node)
28{
29 rt_list_init(&node->subnode);
30 rt_list_init(&node->sibling);
31}
32
33rt_inline void dfs_vfs_append_node(struct dfs_vfs_node *dir, struct dfs_vfs_node *node)
34{

Callers 6

dfs_tmpfs_mountFunction · 0.85
dfs_tmpfs_create_vnodeFunction · 0.85
devtmpfs_mountFunction · 0.85
devtmpfs_symlinkFunction · 0.85
devtmpfs_create_vnodeFunction · 0.85
proc_createFunction · 0.85

Calls 1

rt_list_initFunction · 0.85

Tested by

no test coverage detected