• Lookups are performed on the dentry cache, which result in an object in the inode cache.

    查找dentry缓存执行的,导致inode缓存中出现一个对象

    youdao

  • The dentry cache is built using a hash table and is hashed by the name of the object.

    使用列表创建dentry缓存,并且根据对象分配缓存。

    youdao

  • You can find the functions associated with the dentry cache in ./linux/fs/dcache.c (and ./linux/include/linux/dcache.h).

    可以./linux/fs/dcache.c ./linux/include/linux/dcache.h 中找到dentry缓存相关函数

    youdao

  • When a file is opened, the dentry cache is populated with entries representing the directory levels representing the path.

    打开一个文件时,dentry缓存将被表示目录级别(目录级别表示路径)的条目填充

    youdao

  • Entries for the dentry cache are allocated from the dentry_cache slab allocator and use a least-recently-used (LRU) algorithm to prune entries when memory pressure exists.

    dentry缓存条目dentry_cacheslab分配器分配并且在缓存存在压力使用最近不使用(least - recently - used,LRU)算法删除条目。

    youdao

  • When a dentry object exists, an inode object will also exist in the inode cache.

    如果存在dentry对象,那么inode缓存存在一个inode对象。

    youdao

  • Note that for each inode in the inode cache there is a corresponding dentry in the directory cache.

    注意对于inode缓存中的每个inode,在目录缓存中都一个对应dentry

    youdao

  • Note that for each inode in the inode cache there is a corresponding dentry in the directory cache.

    注意对于inode缓存中的每个inode,在目录缓存中都一个对应dentry

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定