Lines Matching defs:stat64
65 struct stat64 struct
67 __dev_t st_dev; /* Device. */
68 __ino64_t st_ino; /* File serial number. */
69 __nlink_t st_nlink; /* Link count. */
70 __mode_t st_mode; /* File mode. */
71 __uid_t st_uid; /* User ID of the file's owner. */
72 __gid_t st_gid; /* Group ID of the file's group.*/
73 int __glibc_reserved0;
74 __dev_t st_rdev; /* Device number, if device. */
75 __off_t st_size; /* Size of file, in bytes. */
83 struct timespec st_atim; /* Time of last access. */
84 struct timespec st_mtim; /* Time of last modification. */
85 struct timespec st_ctim; /* Time of last status change. */
90 __time_t st_atime; /* Time of last access. */
91 unsigned long int st_atimensec; /* Nscecs of last access. */
92 __time_t st_mtime; /* Time of last modification. */
93 unsigned long int st_mtimensec; /* Nsecs of last modification. */
94 __time_t st_ctime; /* Time of last status change. */
95 unsigned long int st_ctimensec; /* Nsecs of last status change. */
97 __blksize_t st_blksize; /* Optimal block size for I/O. */
98 __blkcnt64_t st_blocks; /* Nr. 512-byte blocks allocated. */
99 long int __glibc_reserved[3];