vfs(9) - NetBSD Manual Pages

Command: Section: Arch: Collection:  
VFS(9)                 NetBSD 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). File system operations such as mounting and syncing are discussed in vfsops(9).
SEE ALSO
intro(9), vfsops(9), vnode(9), vnodeops(9) NetBSD 8.1 September 22, 2001 NetBSD 8.1
Powered by man-cgi (2024-03-18). Maintained for NetBSD by Kimmo Suominen. Based on man-cgi by Panagiotis Christias.