My Kernel v0.1.0
vfs_fs Struct Reference

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.
 

Detailed Description

This structure is used by the VFS driver to mount the filesystem.


The documentation for this struct was generated from the following file: