VFS(9) kernel interface to file systems

DESCRIPTION

Calls used to set or query file systems for settings or information.

File systems that do not implement a VFS operation should use the appropriate Fa vfs_std function from src/sys/kern/vfs_default.c rather than implementing empty functions or casting to Fa eopnotsupp .

AUTHORS

This manual page was written by An Doug Rabson .