⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

Module tmpfs

Module tmpfs 

Source
Expand description

tmpfs – Memory-Backed Filesystem

A temporary in-memory filesystem with configurable size limits. Data is stored in heap-backed buffers and is lost on unmount. Supports all standard VFS operations including symlinks.

Structs§

TmpFs
tmpfs filesystem instance