Searched refs:fs_node (Results 1 – 2 of 2) sorted by relevance
82 struct fs_node { struct86 struct fs_node *parent; argument87 struct fs_node *root; argument92 void (*del_hw_func)(struct fs_node *); argument93 void (*del_sw_func)(struct fs_node *); argument98 struct fs_node node; argument114 struct fs_node node;176 struct fs_node node;188 struct fs_node node;198 struct fs_node node;[all …]
177 static void del_hw_flow_table(struct fs_node *node);178 static void del_hw_flow_group(struct fs_node *node);179 static void del_hw_fte(struct fs_node *node);180 static void del_sw_flow_table(struct fs_node *node);181 static void del_sw_flow_group(struct fs_node *node);182 static void del_sw_fte(struct fs_node *node);183 static void del_sw_prio(struct fs_node *node);184 static void del_sw_ns(struct fs_node *node);188 static void del_sw_hw_rule(struct fs_node *node);196 static void tree_init_node(struct fs_node *node, in tree_init_node()[all …]