#define DECLARE_SLAB(_type)
int(* getroot)(VFS *fs, VNode **dn)
int(* write)(VNode *fn, void *buf, uint64_t off, uint64_t len)
int(* readdir)(VNode *fn, void *buf, uint64_t len, uint64_t *off)
int(* lookup)(VNode *dn, VNode **fn, const char *name)
int(* read)(VNode *fn, void *buf, uint64_t off, uint64_t len)
int VFS_Stat(const char *path, struct stat *sb)
int VFS_Read(VNode *fn, void *buf, uint64_t off, uint64_t len)
VNode * VFS_Lookup(const char *path)
int VFS_MountRoot(Disk *root)
int VFS_ReadDir(VNode *fn, void *buf, uint64_t len, uint64_t *off)
int VFS_Write(VNode *fn, void *buf, uint64_t off, uint64_t len)