xref: /xv6-public/stat.h (revision 1dca3afb)
1 struct stat {
2   int dev;
3   uint ino;
4   short type;
5   short nlink;
6   uint size;
7 };
8