网站首页  词典首页

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

 

单词 dentry
释义

dentry

  • 网络目录数据结构;目录项对象;目录入口
1.
目录数据结构
linux内核初始化及启动之start_kernel... ... ⑤ Page Cache: 页缓冲区 ① Dentry目录数据结构 ③ Mount cache: 文件系统 …
dev.yesky.com
2.
目录项对象
目录项对象dentry):它代表一个目录项(包括该目录对象对应的索引节点,子目录链表,父目录目录项对象,与它同级的目 …
blog.csdn.net
3.
目录入口
关联到文件的目录入口( dentry )结构. 设备驱动编写者正常地不需要关心 dentry 结构, 除了作为 filp->f_dentry->d_inode 存取 ino…
www.cnblogs.com
4.
目录项链表
struct... ... struct list_head i_list; 索引节点链表 struct list_head i_dentry; 目录项链表 atomic_t i_count; 引用记数 ...
www.cnblogs.com
5.
目录条目
目录条目dentry)文件系统的每个目录用目录条目对象结构dentry描述。
www.360doc.com
6.
目录入口缓存
大多数情况下不可能有足够的 RAM 空间来放我们的文 件空间的所有文件的目录入口缓存(dentry),所以我们的 dcache 会有缺 …
wenku.baidu.com

例句

释义:
1.
The hierarchical nature of a file system is managed by another object in VFS called a dentry object.
文件系统的层次结构由VFS中的另一个称为dentry的对象管理。
www.ibm.com
2.
Multiple file objects may refer to the same dentry (as in the case of two users sharing the same file).
可能有多个文件对象引用同一个dentry(当两个用户共享同一个文件时)。
www.ibm.com
3.
The root directory entry (dentry) object is cached here also, as is the block device on which this file system resides.
根目录条目(dentry)对象也缓存在这里,因为它是文件系统所在的块设备。
www.ibm.com
4.
A file system will have one root dentry (referenced in the superblock), this being the only dentry without a parent.
文件系统有一个根dentry(在超块中引用),这是唯一没有父对象的dentry。
www.ibm.com
5.
When a file is opened, the dentry cache is populated with entries representing the directory levels representing the path.
当打开一个文件时,dentry缓存将被表示目录级别(目录级别表示路径)的条目填充。
www.ibm.com
6.
Only file system inodes are stored permanently, where dentry objects are used to improve performance.
仅永久储存文件系统inode,dentry对象的目的是改善性能。
www.ibm.com
7.
This section explores the superblock, the index node (or inode), the directory entry (or dentry), and finally, the file object.
这个小节探索了超块(superblock)、索引节点(或inode)、目录条目(或dentry)和文件对象。
www.ibm.com
8.
The two major objects that are dynamically managed in the VFS include the dentry and inode objects.
在VFS中动态管理的两个主要对象是dentry和inode对象。
www.ibm.com
9.
The file object refers to a dentry object, which refers to an inode.
file对象引用dentry对象,后者引用inode。
www.ibm.com
10.
The name of the object is then defined, which is kept here in the dentry instead of the inode itself.
接着定义对象的名称,在这里名称保存在dentry中而不是inode中。
www.ibm.com
1.
These objects are the superblock, inode, dentry, and file.
这些对象是超级块(superblock)、inode、dentry和文件。
www.ibm.com
2.
When a dentry object exists, an inode object will also exist in the inode cache.
如果存在一个dentry对象,那么inode缓存中也将存在一个inode对象。
www.ibm.com
3.
From the implementation today, the dentry cache is the master of the inode cache.
在现在的实现中,dentry缓存支配着inode缓存。
www.ibm.com
4.
Note that the dentry objects exist only in file system memory and are not stored on disk.
注意,dentry对象仅存在文件系统内存中,而不能储存在磁盘上。
www.ibm.com
5.
Lookups are performed on the dentry cache, which result in an object in the inode cache.
查找是在dentry缓存中执行的,这将导致inode缓存中出现一个对象。
www.ibm.com
6.
The most-recently used inodes and dentries are kept in the inode and directory cache respectively.
inode和目录缓存分别保存最近使用的inode和dentry。
www.ibm.com
7.
A simplified view of the dentry object is shown in Figure 5.
图5展示了dentry对象的简化图示。
www.ibm.com
8.
Two caches exist for file system objects (inodes and dentries), which I'll define shortly.
有两个针对文件系统对象的缓存(inode和dentry)。
www.ibm.com
9.
Note that for each inode in the inode cache there is a corresponding dentry in the directory cache.
注意,对于inode缓存中的每个inode,在目录缓存中都有一个对应的dentry。
www.ibm.com
10.
In this way, dentries map cleanly into the hierarchical file systems in use today.
通过这种方式,dentry简洁地映射到现在使用的文件系统。
www.ibm.com
1.
As shown, a path structure provides reference to both the dentry and vfsmount.
在图中可以看到,path结构提供到dentry和vfsmount的引用。
www.ibm.com
2.
The operations for a dentry are then defined (consisting of operations such as hash, compare, delete, release, and so on).
然后,为dentry定义操作(比如hash、compare、delete和release等等)。
www.ibm.com
3.
Note also in Figure 7 that a dentry object refers to another dentry object.
注意,在图7中一个dentry对象还引用另一个dentry对象。
www.ibm.com
随便看

 

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

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/2/5 21:12:09