|
PatchworkOS
|
#include <kernel/fs/dentry.h>#include <kernel/fs/inode.h>#include <kernel/fs/superblock.h>#include <boot/boot_info.h>#include <sys/io.h>#include <sys/list.h>Go to the source code of this file.
Data Structures | |
| struct | ramfs_superblock_data_t |
| Superblock private data for ramfs. More... | |
| struct | ramfs_dentry_data_t |
| Dentry private data for ramfs. More... | |
Macros | |
| #define | RAMFS_NAME "ramfs" |
| The name of the ramfs filesystem. | |
Functions | |
| void | ramfs_init (const boot_disk_t *disk) |
| Registers the ramfs filesystem and mounts it as the root filesystem. | |