Searched refs:fs_node (Results 1 – 2 of 2) sorted by relevance
149 struct fs_node { struct153 struct fs_node *parent; argument154 struct fs_node *root; argument159 void (*del_hw_func)(struct fs_node *); argument160 void (*del_sw_func)(struct fs_node *); argument165 struct fs_node node; argument182 struct fs_node node;226 struct fs_node node;242 struct fs_node node;252 struct fs_node node;[all …]
364 static void tree_add_node(struct fs_node *node, struct fs_node *parent) in tree_add_node()498 struct fs_node *root; in find_root()530 static void del_sw_ns(struct fs_node *node) in del_sw_ns()889 struct fs_node *iter = list_entry(start, struct fs_node, list); in find_closest_ft_recursive()915 struct fs_node *curr_node; in find_closest_ft()916 struct fs_node *parent; in find_closest_ft()2550 struct fs_node *fs_parent_node, in init_root_tree_recursive()2559 struct fs_node *base; in init_root_tree_recursive()2601 struct fs_node *fs_parent_node) in init_root_tree()2756 struct fs_node *iter; in clean_tree()[all …]
Completed in 12 milliseconds