VFS Driver (Filesystem) Definition. More...
#include <vfs.h>
Data Fields | |
| char * | Name |
| Unique Identifier for this filesystem type. | |
| Uint | Flags |
| Flags applying to this driver. | |
| tVFS_Node *(* | InitDevice )(const char *Device, const char **Options) |
| Callback to mount a device. | |
| void(* | Unmount )(tVFS_Node *Node) |
| Callback to unmount a device. | |
| struct sVFS_Driver * | Next |
| Used internally (next driver in the chain). | |
VFS Driver (Filesystem) Definition.
1.6.3