|
My Kernel v0.1.0
|
Vector Table for operations on a filesystems.
#include <vfs.h>
Data Fields | |
| vnode_t *(* | root )(vfs_t *) |
| Retreive the root of the filesystem. | |
| void(* | delete )(vfs_t *) |
| Free internal structures and vnodes. More... | |
| void(* vfs_operations::delete) (vfs_t *) |
This function is called by the driver before unmounting the filesystem.