Lines Matching defs:sys_stat_struct
10 struct sys_stat_struct { struct
11 unsigned long st_dev; /* Device. */
12 unsigned long st_ino; /* File serial number. */
13 unsigned int st_mode; /* File mode. */
14 unsigned int st_nlink; /* Link count. */
15 unsigned int st_uid; /* User ID of the file's owner. */
16 unsigned int st_gid; /* Group ID of the file's group. */
17 unsigned long st_rdev; /* Device number, if device. */
18 unsigned long __pad1;
19 long st_size; /* Size of file, in bytes. */
20 int st_blksize; /* Optimal block size for I/O. */
21 int __pad2;
22 long st_blocks; /* Number 512-byte blocks allocated. */
23 long st_atime; /* Time of last access. */
24 unsigned long st_atime_nsec;
25 long st_mtime; /* Time of last modification. */
26 unsigned long st_mtime_nsec;
27 long st_ctime; /* Time of last status change. */
28 unsigned long st_ctime_nsec;
29 unsigned int __unused4;
30 unsigned int __unused5;