|
miniOS
x86_64 hobby kernel with SMP, VFS, and POSIX process model
|
#include <vfs.h>

Public Attributes | |
| char | mount_point [VFS_PATH_MAX] |
| vfs_ops_t * | ops |
| uint32_t | root_ino |
| char | fstype [16] |
| char | device [32] |
| char vfs_mount::device[32] |
| char vfs_mount::fstype[16] |
| char vfs_mount::mount_point[VFS_PATH_MAX] |
| vfs_ops_t* vfs_mount::ops |
| uint32_t vfs_mount::root_ino |