The VFS (Virtual File System) interface provide a common interface for all types of file system. VFS has two interfaces - VFS which include file system level operations (e.g. mount), and vnode which offers call for file operations (e.g. open, close, read, write etc.)
VFS can be used as a common location to measure performance of various types of file system.
No comments:
Post a Comment