vfs
- 网络虚拟文件系统;文件系统
-
Study of the Data Structures of Linux 's VFS
Linux的虚拟文件系统中数据结构的研究
-
The VFS is the primary interface to the underlying file systems .
VFS是底层文件系统的主要接口。
-
With VFS , though , resource management is far easier and more rational .
但是,有了VFS,资源管理就变得非常容易且更加合理。
-
The file system driver implementation routes requests from the VFS back to user space .
文件系统驱动程序实现将来自VFS的请求发送回用户空间。
-
Study on Composite Coating of VFS WC / Ni
真空熔覆镍基合金-碳化钨复合涂层的研究
-
Design and implementation of proxy managed client - side disk caching for grid VFS
GridVFS中代理管理客户端磁盘缓存的设计与实现
-
At the core of that set of interfaces is the virtual file system switch ( VFS ) .
这组接口的核心就是虚拟文件系统交换器(VFS)。
-
That 's the20,000-foot view of the VFS and file system components .
这就是VFS和文件系统组件的高层情况。
-
The file system interface & This interface supports VFS and vnode operations .
文件系统接口,这个接口支持VFS和vnode操作。
-
VFS simplifies a range of interesting problems .
VFS简化了许多有趣的问题。
-
The VFS acts as the root level of the file-system interface .
VFS作为文件系统接口的根层。
-
Now , let 's add some concrete architecture to the abstract features that the Linux VFS provides .
现在,我们向LinuxVFS提供的抽象特性添加一些具体的架构。
-
Creating filesystems required knowledge of kernel programming and the kernel technologies ( like vfs ) .
创建文件系统需要了解内核编程和内核技术(例如vfs)方面的知识。
-
The well-known Zope application server provides a slightly more challenging example of a VFS .
众所周知的Zope应用程序服务器提供了一个颇有挑战性的VFS示例。
-
VFS is a major part of the technical infrastructure that gives Zope its renowned power .
VFS是使Zope声名远扬的技术基础结构的主要组成部分。
-
Let 's now look at the internals of the VFS to see how this works .
让我们看看VFS的内部结构及其工作原理。
-
The VFS is followed by the flash file system , which will be covered in the next section .
VFS下面是flash文件系统(将在下节介绍)。
-
The only difficulty is that few language run-time libraries currently support full-blown VFS .
最大的困难就是当前支持成熟的VFS的语言运行时库很少。
-
At the top is the virtual file system ( VFS ), which presents a common interface to higher-level applications .
架构的顶层是虚拟文件系统(VFS),它为高级应用程序提供通用接口。
-
This is an interesting project that allows you to route file system requests through the VFS back into user space .
这种文件系统可以将文件系统请求通过VFS发送回用户空间。
-
The hierarchical nature of a file system is managed by another object in VFS called a dentry object .
文件系统的层次结构由VFS中的另一个称为dentry的对象管理。
-
Documents within the system and into the upper VFS ( Virtual File System ) and the lower deck of the FAT .
文件系统内部又划分为上层的VFS(VirtualFileSystem)及下层的FAT。
-
Eventually , the VFS is invoked using the call sys_open .
最后,使用sysopen调用VFS。
-
Detecting VFS Kernel Backdoor Software in Linux
检测Linux下的VFS型内核后门软件
-
By multithread method provided in the core , a VFS program can control operation of many telephone trunks at the same time .
通过核心的多线程管理,一个VFS程序可以控制多个电话通道的动作。
-
The VFS determines which storage a request is intended for , then which file system must be used to satisfy the request .
VFS确定需求倾向于哪个存储,然后使用哪些文件系统来满足需求。
-
Above the VFS is the standard kernel system-call interface ( SCI ) .
在VFS之上的是标准的内核系统调用接口(SCI)。
-
Each file system provides its own inode methods , which implement the operations and provide the common abstraction to the VFS layer .
每个文件系统提供自己的inode方法,这些方法实现操作并向VFS层提供通用的抽象。
-
Several popular languages now support VFS constructs , and Cameron Laird shows you what they are good for .
几种流行的语言现在都支持VFS构造,CameronLaird向您说明这些构造适用于什么。
-
Before looking at the overall architecture of the VFS subsystem , let 's have a look at the major objects that are used .
在查看VFS子系统的总体架构之前,我们先看看所使用的主要对象。