index
:
135e2/xv6-labs.git
cow
fs
lock
mmap
net
pgtbl
syscall
thread
traps
util
xv6-labs-2024-winter
135e2
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
stat.h
blob: 57a018c9dcf4f3e14d2bdb05cd1071663d6858f2 (
plain
)
1
2
3
4
5
6
7
struct
stat
{
int
dev
;
uint
ino
;
short
type
;
short
nlink
;
uint
size
;
};