PatchworkOS  3984a1d
A non-POSIX operating system.
Loading...
Searching...
No Matches
tmpfs.h File Reference
#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>
Include dependency graph for tmpfs.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  tmpfs_superblock_data_t
 Superblock private data for tmpfs. More...
 

Macros

#define TMPFS_NAME   "tmpfs"
 The name of the tmpfs filesystem.
 

Functions

void tmpfs_init (void)
 Registers the tmpfs filesystem and mounts an instance of it containing the boot ram disk as root.