Lines Matching defs:user64_stat
243 struct user64_stat { struct
244 dev_t st_dev; /* [XSI] ID of device containing file */
245 ino_t st_ino; /* [XSI] File serial number */
246 mode_t st_mode; /* [XSI] Mode of file (see below) */
247 nlink_t st_nlink; /* [XSI] Number of hard links */
248 uid_t st_uid; /* [XSI] User ID of the file */
249 gid_t st_gid; /* [XSI] Group ID of the file */
250 dev_t st_rdev; /* [XSI] Device ID */
252 struct user64_timespec st_atimespec; /* time of last access */
253 struct user64_timespec st_mtimespec; /* time of last data modification */
254 struct user64_timespec st_ctimespec; /* time of last status change */
256 user64_time_t st_atime; /* [XSI] Time of last access */
257 user64_long_t st_atimensec; /* nsec of last access */
258 user64_time_t st_mtime; /* [XSI] Last data modification */
259 user64_long_t st_mtimensec; /* last data modification nsec */
260 user64_time_t st_ctime; /* [XSI] Time of last status change */
261 user64_long_t st_ctimensec; /* nsec of last status change */
263 off_t st_size; /* [XSI] File size, in bytes */
264 blkcnt_t st_blocks; /* [XSI] Blocks allocated for file */
265 blksize_t st_blksize; /* [XSI] Optimal blocksize for I/O */
266 __uint32_t st_flags; /* user defined flags for file */
267 __uint32_t st_gen; /* file generation number */
268 __int32_t st_lspare; /* RESERVED: DO NOT USE! */
269 __int64_t st_qspare[2]; /* RESERVED: DO NOT USE! */