vfs(9) debian man page | unix.com

Man Page: vfs

Operating Environment: debian

Section: 9

VFS(9)							   BSD 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 appropriate vfs_std function from src/sys/kern/vfs_default.c rather than implementing empty functions or casting to eopnotsupp.
SEE ALSO
VFS_CHECKEXP(9), VFS_FHTOVP(9), VFS_INIT(9), VFS_MOUNT(9), VFS_QUOTACTL(9), VFS_STATFS(9), VFS_SYNC(9), VFS_UNMOUNT(9), VFS_VGET(9), VOP_VPTOFH(9), vnode(9)
AUTHORS
This manual page was written by Doug Rabson.
BSD
January 4, 2010 BSD
Related Man Pages
vfs_vget(9) - debian
vfs_checkexp(9) - freebsd
vfs_mount(9) - freebsd
vfs_vget(9) - freebsd
vfs_fhtovp(9) - hpux
Similar Topics in the Unix Linux Community
Booting in read-only
Help changing /etc/vfstab - can't boot
Using sed to comment out line in /etc/vfstab
what is the difference between /etc/mnttab and /etc/vfstab
Specifying file system mount order