{
struct v_inode* inode;
struct hstr name;
+ void* data;
uint32_t itype;
struct llist_header children;
struct llist_header siblings;
struct twifs_node*
twifs_toplevel_node(const char* name, int name_len);
+int
+twifs_rm_node(struct twifs_node* node);
+
#endif /* __LUNAIX_TWIFS_H */