Searched defs:fs_node (Results 1 – 2 of 2) sorted by relevance
170 struct fs_node { struct173 enum fs_node_type type; argument174 struct fs_node *parent; argument175 struct fs_node *root; argument180 void (*del_hw_func)(struct fs_node *); argument181 void (*del_sw_func)(struct fs_node *); argument186 struct fs_node node; argument
378 void (*del_hw_func)(struct fs_node *), in tree_init_node()379 void (*del_sw_func)(struct fs_node *)) in tree_init_node()
Completed in 14 milliseconds