The Inode Cache
- Contains a hash table of "inode" objects, each representing a
file/directory on a mounted file system.
- Each inode is potentially linked with a dentry...
- ... as well as with the file-system it belongs to.
- Each inode contains a list of pages and (dirty) buffers belonging to the
file/directory this inode represents.
Originally written by
guy keren