Searched defs:fs_node (Results 1 – 2 of 2) sorted by relevance
148 struct fs_node { struct151 enum fs_node_type type; argument152 struct fs_node *parent; argument153 struct fs_node *root; argument158 void (*del_hw_func)(struct fs_node *); argument159 void (*del_sw_func)(struct fs_node *); argument164 struct fs_node node; argument
308 void (*del_hw_func)(struct fs_node *), in tree_init_node()309 void (*del_sw_func)(struct fs_node *)) in tree_init_node()