Lines Matching defs:stat64
75 struct stat64 struct
77 __dev_t st_dev; /* Device. */
78 __ino64_t st_ino; /* File serial number. */
79 __dev_t st_rdev; /* Device number, if device. */
80 __off_t st_size; /* Size of file, in bytes. */
81 __blkcnt64_t st_blocks; /* Nr. 512-byte blocks allocated. */
82 __mode_t st_mode; /* File mode. */
83 __uid_t st_uid; /* User ID of the file's owner. */
84 __gid_t st_gid; /* Group ID of the file's group.*/
85 __blksize_t st_blksize; /* Optimal block size for I/O. */
86 __nlink_t st_nlink; /* Link count. */
87 int __pad0; /* Real padding. */
95 struct timespec st_atim; /* Time of last access. */
96 struct timespec st_mtim; /* Time of last modification. */
97 struct timespec st_ctim; /* Time of last status change. */
102 __time_t st_atime; /* Time of last access. */
103 unsigned long int st_atimensec; /* Nscecs of last access. */
104 __time_t st_mtime; /* Time of last modification. */
105 unsigned long int st_mtimensec; /* Nsecs of last modification. */
106 __time_t st_ctime; /* Time of last status change. */
107 unsigned long int st_ctimensec; /* Nsecs of last status change. */
109 long __glibc_reserved[3];