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_file* file,
20 int (*read)(struct v_file* file, void* buffer, size_t len, size_t fpos);
28 twifs_file_node(struct twifs_node* parent,
34 twifs_dir_node(struct twifs_node* parent,
40 twifs_toplevel_node(const char* name, int name_len, uint32_t itype);
43 twifs_rm_node(struct twifs_node* node);
45 #endif /* __LUNAIX_TWIFS_H */