Searched defs:fs_node (Results 1 – 2 of 2) sorted by relevance
143 struct fs_node { struct146 enum fs_node_type type; argument147 struct fs_node *parent; argument148 struct fs_node *root; argument153 void (*del_hw_func)(struct fs_node *); argument154 void (*del_sw_func)(struct fs_node *); argument159 struct fs_node node; argument
316 void (*del_hw_func)(struct fs_node *), in tree_init_node()317 void (*del_sw_func)(struct fs_node *)) in tree_init_node()
Completed in 14 milliseconds