Expand description
TmpFS - Temporary File System (RAM-only)
This is a production-ready implementation of a temporary filesystem that stores all data in RAM. Unlike TestFileSystem, this implementation is optimized for practical use cases with features like:
- Dynamic memory allocation for file content
- Proper file permissions and timestamps
- Efficient directory tree management
- Support for device files and symbolic links
- Memory usage optimization
Structsยง
- Directory
Entries ๐ - Directory entries collection with type-safe operations
- TmpFS
- TmpFS - RAM-only filesystem
- TmpFS
Driver - TmpFS driver for creating TmpFS instances
- TmpFile
Handle ๐ - File handle for TmpFS files
- TmpNode ๐
- Node in the tmpfs filesystem
Staticsยง
- __
DRIVER_ ๐INITCALL__
Functionsยง
- register_
tmpfs_ driver - Register TmpFS driver with the filesystem driver manager