PatchworkOS  3984a1d
A non-POSIX operating system.
Loading...
Searching...
No Matches
Temporary Filesystem

Temporary Filesystem. More...

Collaboration diagram for Temporary Filesystem:

Detailed Description

Temporary Filesystem.

A simple in-memory filesystem. All data is lost when power is lost.

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.
 

Macro Definition Documentation

◆ TMPFS_NAME

#define TMPFS_NAME   "tmpfs"

The name of the tmpfs filesystem.

Definition at line 25 of file tmpfs.h.

Function Documentation

◆ tmpfs_init()

void tmpfs_init ( void  )

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

Definition at line 379 of file tmpfs.c.

Here is the call graph for this function:
Here is the caller graph for this function: