RAM-disk Filesystem
Parent topic
:
RAM-disk Filesystem
The code
Before we dive into the code, let's look at the major data structures.
The extended attributes structure
The io_read() function
The io_write() function
The c_open() function
The c_readlink() function
The c_link() function
The c_rename() function
The c_mknod() function
The c_unlink() function
The io_close_ocb() function
The io_devctl() function
The c_mount() function