#include <stat.h>
Data Fields |
|
| __dev_t | st_dev |
| ino_t | st_ino |
| mode_t | st_mode |
| nlink_t | st_nlink |
| uid_t | st_uid |
| gid_t | st_gid |
| __dev_t | st_rdev |
| time_t | st_atime |
| long | __st_atimensec |
| time_t | st_mtime |
| long | __st_mtimensec |
| time_t | st_ctime |
| long | __st_ctimensec |
| off_t | st_size |
| blkcnt_t | st_blocks |
| blksize_t | st_blksize |
| fflags_t | st_flags |
| __uint32_t | st_gen |
| __int32_t | st_lspare |
| time_t | st_birthtime |
| long | st_birthtimensec |
| unsigned | int:(8 / 2) * (16 - (int)sizeof(struct __timespec)) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|