Searched refs:fs_node (Results 1 – 2 of 2) sorted by relevance
136 struct fs_node { struct140 struct fs_node *parent; argument141 struct fs_node *root; argument146 void (*del_hw_func)(struct fs_node *); argument147 void (*del_sw_func)(struct fs_node *); argument152 struct fs_node node; argument169 struct fs_node node;213 struct fs_node node;228 struct fs_node node;238 struct fs_node node;[all …]
264 static void del_hw_flow_table(struct fs_node *node);265 static void del_hw_flow_group(struct fs_node *node);266 static void del_hw_fte(struct fs_node *node);267 static void del_sw_flow_table(struct fs_node *node);268 static void del_sw_flow_group(struct fs_node *node);269 static void del_sw_fte(struct fs_node *node);270 static void del_sw_prio(struct fs_node *node);271 static void del_sw_ns(struct fs_node *node);275 static void del_sw_hw_rule(struct fs_node *node);283 static void tree_init_node(struct fs_node *node, in tree_init_node()[all …]