struct device* dev;
struct v_dnode* root;
struct filesystem* fs;
- u32_t iobuf_size;
struct hbucket* i_cache;
void* data;
struct
struct pcache* pg_cache;
struct v_inode_ops* ops;
struct v_file_ops* default_fops;
+
+ void (*destruct)(struct v_inode* inode);
};
struct v_mount