Searched defs:fs_node (Results 1 – 4 of 4) sorted by relevance
82 struct fs_node { struct85 enum fs_node_type type; argument86 struct fs_node *parent; argument87 struct fs_node *root; argument92 void (*del_hw_func)(struct fs_node *); argument93 void (*del_sw_func)(struct fs_node *); argument98 struct fs_node node; argument
197 void (*del_hw_func)(struct fs_node *), in tree_init_node()198 void (*del_sw_func)(struct fs_node *)) in tree_init_node()
134 struct fs_node { struct137 enum fs_node_type type; argument138 struct fs_node *parent; argument139 struct fs_node *root; argument144 void (*del_hw_func)(struct fs_node *); argument145 void (*del_sw_func)(struct fs_node *); argument150 struct fs_node node; argument
283 void (*del_hw_func)(struct fs_node *), in tree_init_node()284 void (*del_sw_func)(struct fs_node *)) in tree_init_node()