Inode Base Class ================= An inode (or filesystem index node) represents a filesystem entity, e.g. a file or directory, in the virtual filesystem (VFS). While not all filesystems may use traditional inodes, as for example used in ext2, the VFS expects for all entities to be represented as inodes. As such, file I/O operation always happen through inodes. API Reference ------------- .. doxygenstruct:: kernel::filesystem::inode :members: