1 #ifndef __LUNAIX_TWIFS_H
2 #define __LUNAIX_TWIFS_H
12 struct llist_header children;
13 struct llist_header siblings;
14 struct v_file_ops fops;
21 twifs_file_node(struct twifs_node* parent, const char* name, int name_len);
24 twifs_dir_node(struct twifs_node* parent, const char* name, int name_len);
27 twifs_toplevel_node(const char* name, int name_len);
30 twifs_rm_node(struct twifs_node* node);
32 #endif /* __LUNAIX_TWIFS_H */