Searched refs:fs_node (Results 1 – 2 of 2) sorted by relevance
134 struct fs_node { struct138 struct fs_node *parent; argument139 struct fs_node *root; argument144 void (*del_hw_func)(struct fs_node *); argument145 void (*del_sw_func)(struct fs_node *); argument150 struct fs_node node; argument167 struct fs_node node;211 struct fs_node node;226 struct fs_node node;236 struct fs_node node;[all …]
263 static void del_hw_flow_table(struct fs_node *node);264 static void del_hw_flow_group(struct fs_node *node);265 static void del_hw_fte(struct fs_node *node);266 static void del_sw_flow_table(struct fs_node *node);267 static void del_sw_flow_group(struct fs_node *node);268 static void del_sw_fte(struct fs_node *node);269 static void del_sw_prio(struct fs_node *node);270 static void del_sw_ns(struct fs_node *node);274 static void del_sw_hw_rule(struct fs_node *node);282 static void tree_init_node(struct fs_node *node, in tree_init_node()[all …]