![]() |
MOS Source Code
|
#include "mos/ipc/memfd.hpp"
#include "mos/filesystem/dentry.hpp"
#include "mos/filesystem/inode.hpp"
#include "mos/filesystem/vfs.hpp"
#include "mos/filesystem/vfs_types.hpp"
#include "mos/filesystem/vfs_utils.hpp"
#include "mos/io/io.hpp"
#include "mos/misc/setup.hpp"
#include "mos/syslog/printk.hpp"
#include "mos/types.hpp"
#include <mos/allocator.hpp>
#include <mos/filesystem/fs_types.h>
#include <mos_stdlib.hpp>
#include <stdio.h>
Go to the source code of this file.
Classes | |
struct | memfd_t |
Functions | |
static void | memfd_file_release (file_t *file) |
PtrResult< io_t > | memfd_create (const char *name) |
static void | memfd_init () |
MOS_INIT (VFS, memfd_init) | |
Variables | |
filesystem_t | fs_tmpfs |
static dentry_t * | memfd_root_dentry = NULL |
static const file_ops_t | memfd_file_ops |
Definition at line 40 of file memfd.cpp.
Referenced by memfd_create().
|
static |
Definition at line 75 of file memfd.cpp.
Referenced by MOS_INIT().
MOS_INIT | ( | VFS | , |
memfd_init | ) |
|
extern |
Referenced by FILESYSTEM_AUTOREGISTER(), FILESYSTEM_DEFINE(), memfd_init(), and tmpfs_fsop_mount().
Definition at line 27 of file memfd.cpp.
Referenced by memfd_create(), and memfd_init().
|
static |
Definition at line 34 of file memfd.cpp.
Referenced by memfd_create().