1 #ifndef __LUNAIX_TWIFS_H
2 #define __LUNAIX_TWIFS_H
10 struct llist_header children;
11 struct llist_header siblings;
12 struct v_file_ops fops;
19 twifs_child_node(struct twifs_node* parent, const char* name, int name_len);
22 twifs_toplevel_node(const char* name, int name_len);
24 #endif /* __LUNAIX_TWIFS_H */