Searched refs:fs_node (Results 1 – 2 of 2) sorted by relevance
143 struct fs_node { struct147 struct fs_node *parent; argument148 struct fs_node *root; argument153 void (*del_hw_func)(struct fs_node *); argument154 void (*del_sw_func)(struct fs_node *); argument159 struct fs_node node; argument176 struct fs_node node;220 struct fs_node node;235 struct fs_node node;245 struct fs_node node;[all …]
328 static void tree_add_node(struct fs_node *node, struct fs_node *parent) in tree_add_node()450 struct fs_node *root; in find_root()482 static void del_sw_ns(struct fs_node *node) in del_sw_ns()834 struct fs_node *iter = list_entry(start, struct fs_node, list); in find_closest_ft_recursive()860 struct fs_node *curr_node; in find_closest_ft()861 struct fs_node *parent; in find_closest_ft()2403 struct fs_node *fs_parent_node, in init_root_tree_recursive()2412 struct fs_node *base; in init_root_tree_recursive()2454 struct fs_node *fs_parent_node) in init_root_tree()2613 struct fs_node *iter; in clean_tree()[all …]
Completed in 16 milliseconds