VFS.9freebsd

Langue: en

Version: 308151 (debian - 07/07/09)

Section: 9 (Appels noyau Linux)


BSD mandoc

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 Fa vfs_std function from src/sys/kern/vfs_default.c rather than implementing empty functions or casting to Fa eopnotsupp .

SEE ALSO

VFS_CHECKEXP9, VFS_FHTOVP9, VFS_INIT9, VFS_MOUNT9, VFS_QUOTACTL9, VFS_STATFS9, VFS_SYNC9, VFS_UNMOUNT9, VFS_VGET9, VFS_VPTOFH9, vnode(9)

AUTHORS

This manual page was written by An Doug Rabson .