VFS通过 维护一个Inode Cache(索引节点缓存)来加速对所有已安装文件系统的访问。 同时为了加速对常用目录的访NVFS维护了一个DirectoryCache(目录缓存)。
基于12个网页-相关网页
When a dentry object exists, an inode object will also exist in the inode cache.
如果存在一个dentry对象,那么inode缓存中也将存在一个inode对象。
Individual inode cache objects are allocated from the inode_cache slab allocator.
从inode_cache slab分配器分配单个inode缓存对象。
Lookups are performed on the dentry cache, which result in an object in the inode cache.
查找是在dentry缓存中执行的,这将导致inode缓存中出现一个对象。
应用推荐