VFS(9FREEBSD) - Linux manual page online | System kernel interfaces
Kernel interface to file systems.
Chapter
February 9, 2010
VFS(9) BSD Kernel Developer's Manual VFS(9)
BSD February 9, 2010 BSD
NAME
VFS — kernel interface to file systemsDESCRIPTION
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 func‐ tion 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_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.This manual | Reference | Other manuals |
---|---|---|
VFS(9freebsd) | referred by |
acl(9freebsd) | count_dev(9freebsd) | extattr(9freebsd) | fpsync(1) | free_mntarg(9freebsd) | kernel_mount(9freebsd) | kernel_vmount(9freebsd) | locking(9freebsd) | mac(9freebsd) | mount_arg(9freebsd) | mount_argb(9freebsd) | mount_argf(9freebsd) | mount_argsu(9freebsd) | namei(9freebsd) | NDFREE(9freebsd) | NDINIT(9freebsd) | vcount(9freebsd) | VFS_CHECKEXP(9freebsd) | VFS_FHTOVP(9freebsd) | VFS_MOUNT(9freebsd) |
refer to | VFS_CHECKEXP(9freebsd) | VFS_FHTOVP(9freebsd) | VFS_MOUNT(9freebsd) | VFS_QUOTACTL(9freebsd) | VFS_SET(9freebsd) | VFS_STATFS(9freebsd) | VFS_SYNC(9freebsd) | VFS_UNMOUNT(9freebsd) | VFS_VGET(9freebsd) | vnode(9freebsd) | VOP_VPTOFH(9freebsd) |