提交 0294e3e2 创建 作者: rsc's avatar rsc

comments

上级 19297caf
// in-core file system types // in-core file system types
struct inode { struct inode {
uint dev; uint dev; // Device number
uint inum; uint inum; // Inode number
int count; int ref; // Reference count
int busy; int busy; // Is the inode "locked"?
short type;
short type; // copy of disk inode
short major; short major;
short minor; short minor;
short nlink; short nlink;
......
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论