vfs(9)
Canonical URL: /vfs.9/
| VFS(9) | Kernel Developer's Manual | VFS(9) |
NAME
vfs — kernel
interface to file systems
DESCRIPTION
The virtual file system, VFS, is the
kernel interface to file systems. The interface specifies the calls for the
kernel to access file systems. It also specifies the core functionality that
a file system must provide to the kernel.
The focus of vfs activity is
the vnode and is
discussed in vnode(9).
SEE ALSO
| June 26, 2008 | Linux 7.1.13-200.fc44.x86_64 |
Need conceptual guidance? Continue in the OpenBSD Handbook.