Lines Matching defs:user64_stat64

309 struct user64_stat64 {  struct
310 dev_t st_dev; /* [XSI] ID of device containing file */
311 mode_t st_mode; /* [XSI] Mode of file (see below) */
312 nlink_t st_nlink; /* [XSI] Number of hard links */
313 ino64_t st_ino; /* [XSI] File serial number */
314 uid_t st_uid; /* [XSI] User ID of the file */
315 gid_t st_gid; /* [XSI] Group ID of the file */
316 dev_t st_rdev; /* [XSI] Device ID */
318 struct user64_timespec st_atimespec; /* time of last access */
319 struct user64_timespec st_mtimespec; /* time of last data modification */
320 struct user64_timespec st_ctimespec; /* time of last status change */
321 struct user64_timespec st_birthtimespec; /* time of file creation(birth) */
323 user64_time_t st_atime; /* [XSI] Time of last access */
324 user64_long_t st_atimensec; /* nsec of last access */
325 user64_time_t st_mtime; /* [XSI] Last data modification time */
326 user64_long_t st_mtimensec; /* last data modification nsec */
327 user64_time_t st_ctime; /* [XSI] Time of last status change */
328 user64_long_t st_ctimensec; /* nsec of last status change */
329 user64_time_t st_birthtime; /* File creation time(birth) */
330 user64_long_t st_birthtimensec; /* nsec of File creation time */
332 off_t st_size; /* [XSI] file size, in bytes */
333 blkcnt_t st_blocks; /* [XSI] blocks allocated for file */
334 blksize_t st_blksize; /* [XSI] optimal blocksize for I/O */
335 __uint32_t st_flags; /* user defined flags for file */
336 __uint32_t st_gen; /* file generation number */
337 __uint32_t st_lspare; /* RESERVED: DO NOT USE! */
338 __int64_t st_qspare[2]; /* RESERVED: DO NOT USE! */