13 unsigned long st_atime
;
14 unsigned long st_mtime
;
15 unsigned long st_ctime
;
16 unsigned int st_blksize
;
17 unsigned int st_blocks
;
18 unsigned int st_flags
;
22 /* The stat64 structure increases the size of dev_t, blkcnt_t, adds
23 nanosecond resolution times, and padding for expansion. */
28 unsigned long st_rdev
;
30 unsigned long st_blocks
;
35 unsigned int st_blksize
;
36 unsigned int st_nlink
;
39 unsigned long st_atime
;
40 unsigned long st_atime_nsec
;
41 unsigned long st_mtime
;
42 unsigned long st_mtime_nsec
;
43 unsigned long st_ctime
;
44 unsigned long st_ctime_nsec
;