My Kernel v0.1.0
vfs_operations Struct Reference

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...
 

Field Documentation

◆ delete

void(* vfs_operations::delete) (vfs_t *)

This function is called by the driver before unmounting the filesystem.


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