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

Function dfs_vfs_append_node

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

Source from the content-addressed store, hash-verified

31}
32
33rt_inline void dfs_vfs_append_node(struct dfs_vfs_node *dir, struct dfs_vfs_node *node)
34{
35 rt_list_insert_after(&(dir->subnode), &(node->sibling));
36}
37
38rt_inline void dfs_vfs_remove_node(struct dfs_vfs_node *node)
39{

Callers 5

dfs_tmpfs_renameFunction · 0.85
dfs_tmpfs_create_vnodeFunction · 0.85
devtmpfs_symlinkFunction · 0.85
devtmpfs_create_vnodeFunction · 0.85
proc_registerFunction · 0.85

Calls 1

rt_list_insert_afterFunction · 0.85

Tested by

no test coverage detected