What are the functions of virtual file system (VFS)?
a. It splits file-system-generic operations from their implementation explaining a clean VFS interface. It allows transparent access to dissimilar types of file systems mounted locally.
b. VFS is based on a file representation structure, known as a v-node. It contains a numerical value for a network-wide unique file .The kernel maintains one v-node structure for every active file or directory.