|
My Kernel v0.1.0
|
represents a single virtual filesystem
#include <vfs.h>
Data Fields | |
| vfs_ops_t * | operations |
| vfs_operations | |
| vnode_t * | node |
| vnode on which this FS is mounted | |
| void * | pdata |
| Private FS dependent data. | |
| struct block_device * | blkdev |
| Block device the filesystem resides on. | |