|
My Kernel v0.1.0
|
Represents a file system format. More...
#include <vfs.h>
Data Fields | |
| const char *const | name |
| Name of the filesystem. | |
| vfs_t *(* | new )(struct block_device *) |
| Create a new instance of this filesystem using the given device. | |
This structure is used by the VFS driver to mount the filesystem.