Searched defs:fs_node (Results 1 – 2 of 2) sorted by relevance
156 struct fs_node { struct159 enum fs_node_type type; argument160 struct fs_node *parent; argument161 struct fs_node *root; argument166 void (*del_hw_func)(struct fs_node *); argument167 void (*del_sw_func)(struct fs_node *); argument172 struct fs_node node; argument
373 void (*del_hw_func)(struct fs_node *), in tree_init_node()374 void (*del_sw_func)(struct fs_node *)) in tree_init_node()