DragonFly On-Line Manual Pages

Search: Section:  


VFS(9)                DragonFly Kernel Developer's Manual               VFS(9)

NAME

VFS -- kernel interface to filesystems

DESCRIPTION

Calls used to set or query filesystems for settings or information. Filesystems that don't implement a VFS operation should use the appropri- ate vfs_std function from sys/kern/vfs_default.c rather than implementing empty functions or casting to eopnotsupp.

SEE ALSO

VFS_CHECKEXP(9), VFS_FHTOVP(9), VFS_MOUNT(9), VFS_QUOTACTL(9), VFS_SET(9), VFS_START(9), VFS_STATFS(9), VFS_SYNC(9), VFS_UNMOUNT(9), VFS_VGET(9), VFS_VPTOFH(9), vnode(9)

AUTHORS

This man page was written by Doug Rabson. DragonFly 3.5 July 24, 1996 DragonFly 3.5

Search: Section: