网站首页  词典首页

请输入您要查询的英文单词:

 

单词 vfs
释义

vfs

  • 网络虚拟文件系统(Virtual File System);温哥华电影学院(Vancouver Film School);虚拟档案系统
1.
虚拟文件系统(Virtual File System)
虚拟文件系统(VFS)是由Sun icrosystems公司在定义网络文件系统(NFS)时创造的。它是一种用于网络环境的分布式文件系统, …
lu094.blog.163.com
2.
温哥华电影学院(Vancouver Film School)
Vancouver Film School (VFS) 是加拿大最具规模的娱乐艺术专上学院,在过去20年一直培育造就艺术家和娱乐事业工作者。我 …
wanjiedu.com
3.
虚拟档案系统
虚拟档案系统(VFS)是由Sun icrosystems公司在定义网路档案系统(NFS)时创造的。它是一种用於网路环境的分布式档案系统, …
irw.ncut.edu.tw
4.
虚拟文件系统层
系统一样把自己注册到虚拟文件系统层 (VFS),当 VFS 调用它,请求文件、目录的 i-node 的时候,/proc 文件系统才根据内核中 …
blog.163.com
5.
虚拟文件系统交换器
Linux ® 的最显著特征是灵活性和扩展性,例如它的虚拟文件系统交换器VFS)。您可以在各种设备上创建文件系统,包括传 …
www.chineselinuxuniversity.net

例句

释义:
1.
At the bottom of the VFS are the file system abstractions that define how the upper-layer functions are implemented.
在VFS下面是文件系统抽象,它定义了上层函数的实现方式。
www.ibm.com
2.
This article has scratched the surface of the VFS, its approach, and objects used to provide uniform access to differing file systems.
本文探索了VFS的基础概念,以及为访问不同文件系统提供统一接口的对象。
www.ibm.com
3.
The hierarchical nature of a file system is managed by another object in VFS called a dentry object.
文件系统的层次结构由VFS中的另一个称为dentry的对象管理。
www.ibm.com
4.
At the core of that set of interfaces is the virtual file system switch (VFS).
这组接口的核心就是虚拟文件系统交换器(VFS)。
www.ibm.com
5.
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的链表进行维护。
www.ibm.com
6.
Most working Tcl application developers first apply VFS in terms of the examples above -- a slick FTP-savvy editor, for instance.
大多数在职的Tcl应用程序开发人员首先将VFS应用在上述的示例方面-例如灵活的支持FTP的编辑器。
www.ibm.com
7.
Once a request is found to be destined for NFS, VFS passes it to the NFS instance within the kernel.
一旦发现了为NFS指定的需求,VFS会将其传递给内核中的NFS实例。
www.ibm.com
8.
The VFS determines which storage a request is intended for, then which file system must be used to satisfy the request.
VFS确定需求倾向于哪个存储,然后使用哪些文件系统来满足需求。
www.ibm.com
9.
The VFS keeps track of the currently-supported file systems, as well as those file systems that are currently mounted.
VFS记录当前支持的文件系统以及当前挂装的文件系统。
www.ibm.com
10.
Summary: A virtual filesystem (VFS) is an abstraction with surprisingly productive uses.
简介:虚拟文件系统(VFS)是一个抽象概念,它具有极其高效的用途。
www.ibm.com
1.
The well-known Zope application server provides a slightly more challenging example of a VFS.
众所周知的Zope应用程序服务器提供了一个颇有挑战性的VFS示例。
www.ibm.com
2.
Let's now look at the internals of the VFS to see how this works.
让我们看看VFS的内部结构及其工作原理。
www.ibm.com
3.
At the top is the virtual file system (VFS), which presents a common interface to higher-level applications.
架构的顶层是虚拟文件系统(VFS),它为高级应用程序提供通用接口。
www.ibm.com
4.
The VFS is followed by the flash file system, which will be covered in the next section.
VFS下面是flash文件系统(将在下节介绍)。
www.ibm.com
5.
Before looking at the overall architecture of the VFS subsystem, let's have a look at the major objects that are used.
在查看VFS子系统的总体架构之前,我们先看看所使用的主要对象。
www.ibm.com
6.
The virtual file system (VFS) is the abstraction layer for the multitude of file systems that are supported in the kernel.
而虚拟文件系统(VFS)是内核中支持的大多数文件系统的抽象层。
www.ibm.com
7.
Basically it delegates most of the VFS calls to a specialized daemon that handles them.
从根本上来说,它将大部分VFS调用都委托给一个专用的守护进程来处理。
www.ibm.com
8.
The VFS provides the abstraction layer, separating the POSIX API from the details of how a particular file system implements that behavior.
VFS提供抽象层,从而将POSIXAPI与特定文件系统如何实现该行为的细节分离开来。
www.ibm.com
9.
Figure 2 shows a high-level view of the Linux stack from the point of view of the VFS.
图2从VFS的角度显示Linux结构的高级视图。
www.ibm.com
10.
Now that I've reviewed the various important objects in the VFS layer, let's look at how they relate in a single diagram.
我们已经查看了VFS层中的各种重要对象,现在我们通过一个图表展示它们之间的关系。
www.ibm.com
1.
VFS is a major part of the technical infrastructure that gives Zope its renowned power.
VFS是使Zope声名远扬的技术基础结构的主要组成部分。
www.ibm.com
2.
Now, let's add some concrete architecture to the abstract features that the Linux VFS provides.
现在,我们向LinuxVFS提供的抽象特性添加一些具体的架构。
www.ibm.com
3.
The VFS provides a switching layer between the SCI and the file systems supported by the kernel (see Figure 4).
VFS在SCI和内核所支持的文件系统之间提供了一个交换层(请参看图4)。
www.ibm.com
4.
Now, check and see if there is a VFS-lock patch available for your particular kernel version.
现在,检查是否有可用于特定内核版本的VFS-lock补丁。
www.ibm.com
5.
The file system driver implementation routes requests from the VFS back to user space.
文件系统驱动程序实现将来自VFS的请求发送回用户空间。
www.ibm.com
6.
The only difficulty is that few language run-time libraries currently support full-blown VFS.
最大的困难就是当前支持成熟的VFS的语言运行时库很少。
www.ibm.com
7.
vfs_gfs points to the struct gfs structure for the corresponding file system.
vfs_gfs指向对应的文件系统的structgfs结构。
www.ibm.com
8.
Scripted documents and VFS are large topics that deserve column installments of their own.
脚本化文档和VFS是宏大的主题,值得开辟它们自己的专栏。
www.ibm.com
9.
While I didn't observe VFs changes in our repository lately, I can however report from my end of the globe.
我无法提供VF对我们的库的最新更改,但我可以从我的这端(向大家)报告。
forum.tgbus.com
10.
Initializing the slab allocator and creating slab caches for VFS, buffer cache, etc.
初始化slab分配器并为VFS、缓冲区高速缓存等创建slab高速缓存
www.ibm.com
1.
Creating filesystems required knowledge of kernel programming and the kernel technologies (like vfs).
创建文件系统需要了解内核编程和内核技术(例如vfs)方面的知识。
www.ibm.com
2.
In Tcl's release 8. 4, in contrast, "Tcl's filesystem is completely virtual filesystem aware, " as the community page on VFS explains.
相比之下,在Tcl的发行版8.4中,正如有关VFS的社区页面所说明的那样:“Tcl的文件系统是完全支持虚拟文件系统的”。
www.ibm.com
3.
The two major objects that are dynamically managed in the VFS include the dentry and inode objects.
在VFS中动态管理的两个主要对象是dentry和inode对象。
www.ibm.com
4.
Plenty of industrial-strength products rely on VFS.
许多在业界有影响的产品都依赖于VFS。
www.ibm.com
5.
Several popular languages now support VFS constructs, and Cameron Laird shows you what they are good for.
几种流行的语言现在都支持VFS构造,CameronLaird向您说明这些构造适用于什么。
www.ibm.com
6.
Above the VFS is the standard kernel system-call interface (SCI).
在VFS之上的是标准的内核系统调用接口(SCI)。
www.ibm.com
7.
The idea behind a VFS is simple: it represents as a filesystem something that is not a filesystem.
VFS背后的构想很简单:它将不是文件系统的事物表示为文件系统。
www.ibm.com
8.
The VFS is the primary interface to the underlying file systems.
VFS是底层文件系统的主要接口。
www.ibm.com
9.
This is where you see the familiar message shown in Listing 6: VFS: Mounted root (ext2 file system).
这就是我们在清单6中所看到的熟悉消息VFS:Mountedroot(ext2filesystem).的地方。
www.ibm.com
10.
At the top of the VFS is a common API abstraction of functions such as open, close, read, and write.
在VFS上面,是对诸如open、close、read和write之类的函数的一个通用API抽象。
www.ibm.com
1.
The Resources section provides details on where you can learn more.
您可以从参考资料部分提供的链接更多地了解VFS。
www.ibm.com
2.
The VFS acts as the root level of the file-system interface.
VFS作为文件系统接口的根层。
www.ibm.com
3.
The upper level accepts requests from above (such as the VFS) and converts them into SCSI requests.
较高层接受来自上层(比如VFS)的请求并将其转换成SCSI请求。
www.ibm.com
4.
Another structure maintained in the VFS is the mounted file systems (see Figure 3).
VFS中维护的另一个结构是挂装的文件系统(见图3)。
www.ibm.com
5.
Why did I choose VFS? The reputation and experience.
为什么呢?是因为它良好的名声和经验。
blog.sina.com.cn
6.
This is the last Interface of the VFS. It contains only 3 functions which are self-explanatory, I think.
这是VFS中的最后一个接口。它仅仅包含了3个函数,我想它们都无需加以说明了。
www.cnblogs.com
7.
With VFS, though, resource management is far easier and more rational.
但是,有了VFS,资源管理就变得非常容易且更加合理。
www.ibm.com
8.
Note that the inode I refer to here is the VFS layer inode (in-memory inode).
我在这里所指的inode是VFS层inode(常驻inode)。
www.ibm.com
9.
vfs_vnodes is a linked list of all the vnodes for this mounted instance.
vfs_vnodes是这个装入实例的所有vnodes组成的链表。
www.ibm.com
10.
You use vfs_lock to serialize the access to the vnode.
您可以使用vfs_lock串行化对vnode的访问。
www.ibm.com
1.
Finally, the paper optimizes the VFS module on V3 plat, so the page display speed has 4~5 multiple raise ultimately.
最后,文章提出并实现了VFS模块在V3平台上的页面显示速度的优化方案,使系统的页面显示速度提高了4~5倍。
www.fabiao.net
2.
vfs_mntd represents the mount point vnode over which this file system has been mounted.
vfs_mntd表示这个文件系统在进行装入时的装入点vnode。
www.ibm.com
3.
Finally, a VFS file represents an open file (keeps state for the open file such as the write offset, and so on).
最后,VFS文件表示一个打开的文件(保存打开的文件的状态,比如写偏移量等等)。
www.ibm.com
4.
That's the 20, 000-foot view of the VFS and file system components.
这就是VFS和文件系统组件的高层情况。
www.ibm.com
5.
The VFS user can not only choose between several PEC-Plugins, he can even select more than one and determine the order of execution.
用户可以从一些PEC插件中选取多个而不是一个并且可以决定它们的执行顺序。
www.cnblogs.com
6.
Design and implementation of proxy managed client-side disk caching for grid VFS
中代理管理客户端磁盘缓存的设计与实现
www.ilib.cn
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2024/12/26 23:45:19