inode object的意思|示意

美 / / 英 / /

inode对象


inode object的网络常见释义

索引节点对象 ...(superblock object):存放已经安装的文件系统有关信息.一般情况下对应于文件系统中的文件系统控制块.索引节点对象(inode object):存放关于具体文件的信息,该结构中包含了一个索引节点号,它唯一标志了一个存在的文件.

inode object相关例句

The name of the object is then defined, which is kept here in the dentry instead of the inode itself.

接着定义对象的名称,在这里名称保存在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)和文件对象。

The file object refers to a dentry object, which refers to an inode.

file对象引用dentry对象,后者引用inode。

An inode can refer to a file or a directory or a symbolic link to another object.

一个inode可以引用一个文件、目录或另一个对象的符号链接。

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

查找是在dentry缓存中执行的,这将导致inode缓存中出现一个对象。

Every object that is managed within a file system (file or directory) is represented in Linux as an inode.

文件系统中管理的每个对象(文件或目录)在Linux中表示为一个inode。