CS350 COS
COS
Loading...
Searching...
No Matches
stat.h
Go to the documentation of this file.
1
2
#ifndef __SYS_STAT_H__
3
#define __SYS_STAT_H__
4
5
struct
stat
{
6
ino_t
st_ino
;
7
// mode
8
// uid
9
// gid
10
// timespec st_atim, st_mtim, st_ctim
11
off_t
st_size
;
12
size_t
st_blocks
;
13
size_t
st_blksize
;
14
};
15
16
#endif
/* __SYS_STAT_H__ */
17
stat::st_size
off_t st_size
Definition:
stat.h:11
stat::st_ino
ino_t st_ino
Definition:
stat.h:6
stat::st_blocks
size_t st_blocks
Definition:
stat.h:12
stat::st_blksize
size_t st_blksize
Definition:
stat.h:13
stat
Definition:
stat.h:5
off_t
int64_t off_t
Definition:
types.h:20
ino_t
uint64_t ino_t
Definition:
types.h:23
sys
include
stat.h
Generated by
1.9.6