Searched refs:fs_node (Results 1 – 2 of 2) sorted by relevance
122 struct fs_node { struct126 struct fs_node *parent; argument127 struct fs_node *root; argument132 void (*del_hw_func)(struct fs_node *); argument133 void (*del_sw_func)(struct fs_node *); argument138 struct fs_node node; argument154 struct fs_node node;196 struct fs_node node;211 struct fs_node node;221 struct fs_node node;[all …]
228 static void del_hw_flow_table(struct fs_node *node);229 static void del_hw_flow_group(struct fs_node *node);230 static void del_hw_fte(struct fs_node *node);231 static void del_sw_flow_table(struct fs_node *node);232 static void del_sw_flow_group(struct fs_node *node);233 static void del_sw_fte(struct fs_node *node);234 static void del_sw_prio(struct fs_node *node);235 static void del_sw_ns(struct fs_node *node);239 static void del_sw_hw_rule(struct fs_node *node);247 static void tree_init_node(struct fs_node *node, in tree_init_node()[all …]