The virtual file system (VFS) is the abstraction layer for the multitude of file systems that are supported in the kernel.
而虚拟文件系统(VFS)是内核中支持的大多数文件系统的抽象层。
As Linux presents a common interface to the file systems (through the virtual file system switch [VFS]), the user's perspective of Ceph is transparent.
因为Linux显示文件系统的一个公共界面(通过虚拟文件系统交换机[VFS]),Ceph的用户透视图就是透明的。
As shown in Listing 1, the virtual file system is maintained as a linked list of struct VFS, as denoted by the member vfs_next.
如清单1所示,由成员vfs_next指定,虚拟文件系统作为structvfs的链表进行维护。
The Virtual File system Switch (VFS) provides the path to exofs, where exofs communicates with the object storage system through a local OSD initiator.
Virtual File SystemSwitch (vfs)为exofs提供一条途径,在其中,exofs通过一个本地osd启动器与对象存储系统通信。
At the top is the virtual file system (VFS), which presents a common interface to higher-level applications.
架构的顶层是虚拟文件系统(VFS),它为高级应用程序提供通用接口。
The virtual file system (VFS) is an interesting aspect of the Linux kernel because it provides a common interface abstraction for file systems.
虚拟文件系统(VFS)是Linux内核中非常有用的一个方面,因为它为文件系统提供了一个通用的接口抽象。
Not only some file classes or so, but something I call a Virtual file system (VFS), my own file system that supports nice features like compression, encryption, fast access times, and so on.
我将其称作为虚拟文件系统(VFS),它不仅仅只是一些文件(操作)的类,我自己的文件系统将会支持诸如数据压缩,加密,快速存取等等一系列漂亮的特性。
Not only some file classes or so, but something I call a Virtual file system (VFS), my own file system that supports nice features like compression, encryption, fast access times, and so on.
我将其称作为虚拟文件系统(VFS),它不仅仅只是一些文件(操作)的类,我自己的文件系统将会支持诸如数据压缩,加密,快速存取等等一系列漂亮的特性。
应用推荐