Expand description
CpioFS v2 - CPIO filesystem implementation for initramfs
This is a simplified read-only filesystem for handling CPIO archives used as initramfs. It implements the VFS v2 architecture.
Structs§
- Cpio
Directory Object - Directory object for CPIO directories
- CpioFS
- CPIO filesystem implementation
- Cpio
File Object - File object for CPIO regular files
- Cpio
Node - A single node in the CPIO filesystem
- Cpiofs
Driver - Driver for CPIO-format filesystems (initramfs)