My Kernel v0.1.0

represents a single virtual filesystem

#include <vfs.h>

Data Fields

vfs_ops_toperations
 vfs_operations
 
vnode_tnode
 vnode on which this FS is mounted
 
void * pdata
 Private FS dependent data.
 
struct block_device * blkdev
 Block device the filesystem resides on.
 

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