1 #ifndef __LUNAIX_TWIFS_H
2 #define __LUNAIX_TWIFS_H
11 struct llist_header children;
12 struct llist_header siblings;
13 struct v_file_ops fops;
20 twifs_file_node(struct twifs_node* parent, const char* name, int name_len);
23 twifs_dir_node(struct twifs_node* parent, const char* name, int name_len);
26 twifs_toplevel_node(const char* name, int name_len);
28 #endif /* __LUNAIX_TWIFS_H */