Searched refs:fs_node (Results 1 – 2 of 2) sorted by relevance
138 struct fs_node { struct142 struct fs_node *parent; argument143 struct fs_node *root; argument148 void (*del_hw_func)(struct fs_node *); argument149 void (*del_sw_func)(struct fs_node *); argument154 struct fs_node node; argument171 struct fs_node node;214 struct fs_node node;228 struct fs_node node;238 struct fs_node node;[all …]
317 static void del_hw_flow_table(struct fs_node *node);318 static void del_hw_flow_group(struct fs_node *node);319 static void del_hw_fte(struct fs_node *node);320 static void del_sw_flow_table(struct fs_node *node);321 static void del_sw_flow_group(struct fs_node *node);322 static void del_sw_fte(struct fs_node *node);323 static void del_sw_prio(struct fs_node *node);324 static void del_sw_ns(struct fs_node *node);328 static void del_sw_hw_rule(struct fs_node *node);336 static void tree_init_node(struct fs_node *node, in tree_init_node()[all …]