|
PatchworkOS
10941b4
A non-POSIX operating system.
|
#include <kernel/fs/tmpfs.h>#include <kernel/fs/dentry.h>#include <kernel/fs/devfs.h>#include <kernel/fs/file.h>#include <kernel/fs/filesystem.h>#include <kernel/fs/inode.h>#include <kernel/fs/mount.h>#include <kernel/fs/namespace.h>#include <kernel/fs/path.h>#include <kernel/fs/vfs.h>#include <kernel/init/boot_info.h>#include <kernel/log/log.h>#include <kernel/log/panic.h>#include <kernel/sched/sched.h>#include <kernel/sync/lock.h>#include <kernel/sync/mutex.h>#include <kernel/utils/ref.h>#include <assert.h>#include <errno.h>#include <stdlib.h>#include <string.h>#include <sys/io.h>#include <sys/list.h>#include <sys/math.h>Go to the source code of this file.
Variables | |
| static bool | initialized = false |
| static file_ops_t | fileOps |
| static inode_ops_t | inodeOps |
| static dentry_ops_t | dentryOps |
| static superblock_ops_t | superOps |
| static filesystem_t | tmpfs |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |