...(superblock object):存放已经安装的文件系统有关信息.一般情况下对应于文件系统中的文件系统控制块.索引节点对象(inode object):存放关于具体文件的信息,该结构中包含了一个索引节点号,它唯一标志了一个存在的文件.
基于105个网页-相关网页
When a dentry object exists, an inode object will also exist in the inode cache.
如果存在一个dentry对象,那么inode缓存中也将存在一个inode对象。
Lookups are performed on the dentry cache, which result in an object in the inode cache.
查找是在dentry缓存中执行的,这将导致inode缓存中出现一个对象。
This section explores the superblock, the index node (or inode), the directory entry (or dentry), and finally, the file object.
这个小节探索了超块(superblock)、索引节点(或 inode)、目录条目(或 dentry)和文件对象。
应用推荐