linux内核的文件描述

我们在进程中要怎样去描述一个文件呢?我们用目录项(dentry)和索引节点(inode)。它们的定义如下: struct dentry { struct inode *d_inode; /* Where the name belongs to - NULL is struct dentry *d_parent; /* parent directory */ struct list_head d_c
相关文章
相关标签/搜索