Home
last modified time | relevance | path

Searched defs:inode (Results 1 – 2 of 2) sorted by relevance

/xv6-public/
H A Dfile.h13 struct inode { struct
18 int valid; // inode has been read from disk? argument
20 short type; // copy of disk inode argument
31 int (*read)(struct inode*, char*, int); argument
H A Dfs.c168 struct inode inode[NINODE]; member