> For the complete documentation index, see [llms.txt](https://man.bsdcn.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://man.bsdcn.org/man9/vfs.9.md).

# VFS(9)

`VFS` — 文件系统的内核接口

## 名称

`VFS`

## 描述

用于设置或查询文件系统设置或信息的调用。

未实现 VFS 操作的文件系统应使用 **`src/sys/kern/vfs_default.c`** 中适当的 `vfs_std` 函数，而不是实现空函数或转换为 `eopnotsupp`。

## 参见

[dtrace\_vfs(4)](/man4/dtrace_vfs.4.md), [VFS\_CHECKEXP(9)](/man9/vfs_checkexp.9.md), [VFS\_FHTOVP(9)](/man9/vfs_fhtovp.9.md), [VFS\_MOUNT(9)](/man9/vfs_mount.9.md), [VFS\_QUOTACTL(9)](/man9/vfs_quotactl.9.md), [VFS\_SET(9)](/man9/vfs_set.9.md), [VFS\_STATFS(9)](/man9/vfs_statfs.9.md), [VFS\_SYNC(9)](/man9/vfs_sync.9.md), [VFS\_UNMOUNT(9)](/man9/vfs_unmount.9.md), [VFS\_VGET(9)](/man9/vfs_vget.9.md), [vnode(9)](/man9/vnode.9.md), [VOP\_VPTOFH(9)](/man9/vop_vptofh.9.md)

## 作者

本手册页由 Doug Rabson 编写。
