Searched defs:fs_node (Results 1 – 2 of 2) sorted by relevance
138 struct fs_node { struct141 enum fs_node_type type; argument142 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; argument
337 void (*del_hw_func)(struct fs_node *), in tree_init_node()338 void (*del_sw_func)(struct fs_node *)) in tree_init_node()