1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
14 unsigned long st_atime
;
15 unsigned long st_mtime
;
16 unsigned long st_ctime
;
17 unsigned int st_blksize
;
18 unsigned int st_blocks
;
19 unsigned int st_flags
;
23 /* The stat64 structure increases the size of dev_t, blkcnt_t, adds
24 nanosecond resolution times, and padding for expansion. */
29 unsigned long st_rdev
;
31 unsigned long st_blocks
;
36 unsigned int st_blksize
;
37 unsigned int st_nlink
;
40 unsigned long st_atime
;
41 unsigned long st_atime_nsec
;
42 unsigned long st_mtime
;
43 unsigned long st_mtime_nsec
;
44 unsigned long st_ctime
;
45 unsigned long st_ctime_nsec
;