Lines Matching defs:stat64
107 struct stat64 struct
109 int st_fstype; /* File system type. */
110 __fsid_t st_fsid; /* File system ID. */
113 __ino64_t st_ino; /* File number. */
114 unsigned int st_gen; /* To detect reuse of file numbers. */
115 __dev_t st_rdev; /* Device if special file. */
116 __mode_t st_mode; /* File mode. */
117 __nlink_t st_nlink; /* Number of links. */
119 __uid_t st_uid; /* Owner. */
120 __gid_t st_gid; /* Owning group. */
122 __off64_t st_size; /* Size in bytes. */
131 struct timespec st_atim; /* Time of last access. */
132 struct timespec st_mtim; /* Time of last modification. */
133 struct timespec st_ctim; /* Time of last status change. */
135 __time_t st_atime; /* Time of last access. */
136 unsigned long int st_atimensec; /* Nscecs of last access. */
137 __time_t st_mtime; /* Time of last modification. */
138 unsigned long int st_mtimensec; /* Nsecs of last modification. */
139 __time_t st_ctime; /* Time of last status change. */
140 unsigned long int st_ctimensec; /* Nsecs of last status change. */
143 __blksize_t st_blksize; /* Optimal size for I/O. */
145 __blkcnt64_t st_blocks; /* Number of 512-byte blocks allocated.
148 __uid_t st_author; /* File author. */
150 unsigned int st_flags; /* User-defined flags.
154 int st_spare[_SPARE_SIZE]; /* Room for future expansion. */