Lines Matching defs:stat64

96 struct stat64  struct
98 unsigned long int st_dev;
99 long int st_pad1[3];
100 __ino64_t st_ino; /* File serial number. */
101 __mode_t st_mode; /* File mode. */
102 __nlink_t st_nlink; /* Link count. */
103 __uid_t st_uid; /* User ID of the file's owner. */
104 __gid_t st_gid; /* Group ID of the file's group.*/
105 unsigned long int st_rdev; /* Device number, if device. */
106 long int st_pad2[3];
107 __off64_t st_size; /* Size of file, in bytes. */
115 struct timespec st_atim; /* Time of last access. */
116 struct timespec st_mtim; /* Time of last modification. */
117 struct timespec st_ctim; /* Time of last status change. */
119 __time_t st_atime; /* Time of last access. */
120 long int __reserved0;
121 __time_t st_mtime; /* Time of last modification. */
122 long int __reserved1;
123 __time_t st_ctime; /* Time of last status change. */
124 long int __reserved2;
126 __blksize_t st_blksize; /* Optimal block size for I/O. */
127 long int st_pad3;
128 __blkcnt64_t st_blocks; /* Number of 512-byte blocks allocated. */
129 long int st_pad4[14];
187 struct stat64 struct
189 __dev_t st_dev;
190 unsigned int st_pad1[3]; /* Reserved for st_dev expansion */
191 __ino64_t st_ino;
192 __mode_t st_mode;
193 __nlink_t st_nlink;
194 __uid_t st_uid;
195 __gid_t st_gid;
196 __dev_t st_rdev;
197 unsigned int st_pad2[3]; /* Reserved for st_rdev expansion */
198 __off64_t st_size;
206 struct timespec st_atim; /* Time of last access. */
207 struct timespec st_mtim; /* Time of last modification. */
208 struct timespec st_ctim; /* Time of last status change. */
210 __time_t st_atime;
211 int __reserved0;
212 __time_t st_mtime;
213 int __reserved1;
214 __time_t st_ctime;
215 int __reserved2;
217 __blksize_t st_blksize;
218 unsigned int st_pad3;
219 __blkcnt64_t st_blocks;
220 int st_pad4[14];