Lines Matching defs:stat64
89 struct stat64 struct
186 struct stat64 struct
188 __dev_t st_dev;
189 unsigned int st_pad1[3]; /* Reserved for st_dev expansion */
190 __ino64_t st_ino;
191 __mode_t st_mode;
192 __nlink_t st_nlink;
193 __uid_t st_uid;
194 __gid_t st_gid;
195 __dev_t st_rdev;
196 unsigned int st_pad2[3]; /* Reserved for st_rdev expansion */
197 __off64_t st_size;
205 struct timespec st_atim; /* Time of last access. */
206 struct timespec st_mtim; /* Time of last modification. */
207 struct timespec st_ctim; /* Time of last status change. */
209 __time_t st_atime; /* Time of last access. */
210 unsigned long int st_atimensec; /* Nscecs of last access. */
211 __time_t st_mtime; /* Time of last modification. */
212 unsigned long int st_mtimensec; /* Nsecs of last modification. */
213 __time_t st_ctime; /* Time of last status change. */
214 unsigned long int st_ctimensec; /* Nsecs of last status change. */
216 __blksize_t st_blksize;
217 unsigned int st_pad3;
218 __blkcnt64_t st_blocks;
219 int st_pad4[14];