Skip to Content

The VFS is a file system implemented by the Linux kernel and has several features. Dentry is one of those features. It works by using a directory entry cache, known as a dentry, to store the full pathname for each file and directory. It can do this without having to access the inode itself. Dentries …

Read More about What is Dentry Linux?