Searched refs:fs_node (Results 1 – 2 of 2) sorted by relevance
148 struct fs_node { struct152 struct fs_node *parent; argument153 struct fs_node *root; argument158 void (*del_hw_func)(struct fs_node *); argument159 void (*del_sw_func)(struct fs_node *); argument164 struct fs_node node; argument181 struct fs_node node;225 struct fs_node node;241 struct fs_node node;251 struct fs_node node;[all …]
305 static void del_hw_flow_table(struct fs_node *node);306 static void del_hw_flow_group(struct fs_node *node);307 static void del_hw_fte(struct fs_node *node);308 static void del_sw_flow_table(struct fs_node *node);309 static void del_sw_flow_group(struct fs_node *node);310 static void del_sw_fte(struct fs_node *node);311 static void del_sw_prio(struct fs_node *node);312 static void del_sw_ns(struct fs_node *node);316 static void del_sw_hw_rule(struct fs_node *node);324 static void tree_init_node(struct fs_node *node, in tree_init_node()[all …]