Vnodes
In the VFS framework, every file or directory in active use is represented by a vnode object in kernel memory.
Each vnode has a standard
filesystem-specific struct
(e.g., inode, rnode), seen
Each specific file system maintains a cache of its resident vnodes.