Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
VFS(9)			    Kernel Developer's Manual			  VFS(9)

NAME
     VFS -- 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 appropri-
     ate vfs_std function from src/sys/kern/vfs_default.c rather than implement-
     ing empty functions or casting to eopnotsupp.

SEE ALSO
     dtrace_vfs(4),   VFS_CHECKEXP(9),	 VFS_FHTOVP(9),  VFS_MOUNT(9),	VFS_QUO-
     TACTL(9),	 VFS_SET(9),   VFS_STATFS(9),	 VFS_SYNC(9),	 VFS_UNMOUNT(9),
     VFS_VGET(9), vnode(9), VOP_VPTOFH(9)

AUTHORS
     This manual page was written by Doug Rabson.

FreeBSD ports 15.1		November 3, 2025			  VFS(9)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=VFS&sektion=9&manpath=FreeBSD+15.1-RELEASE+and+Ports>

home | help