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
相關文章
相關標籤/搜索