1 #ifndef __LUNAIX_TWIFS_H
2 #define __LUNAIX_TWIFS_H
12 struct llist_header children;
13 struct llist_header siblings;
16 int (*write)(struct v_inode* inode,
20 int (*read)(struct v_inode* inode,
31 twifs_file_node(struct twifs_node* parent,
37 twifs_dir_node(struct twifs_node* parent,
43 twifs_toplevel_node(const char* name, int name_len, uint32_t itype);
46 twifs_rm_node(struct twifs_node* node);
48 #endif /* __LUNAIX_TWIFS_H */