Lines Matching defs:stat64
60 struct stat64 { struct
61 unsigned long long st_dev; /* Device. */
62 unsigned long long st_ino; /* File serial number. */
63 unsigned int st_mode; /* File mode. */
64 unsigned int st_nlink; /* Link count. */
65 unsigned int st_uid; /* User ID of the file's owner. */
66 unsigned int st_gid; /* Group ID of the file's group. */
67 unsigned long long st_rdev; /* Device number, if device. */
68 unsigned short __pad2;
69 long long st_size; /* Size of file, in bytes. */
70 int st_blksize; /* Optimal block size for I/O. */
71 long long st_blocks; /* Number 512-byte blocks allocated. */
72 int st_atime; /* Time of last access. */
73 unsigned int st_atime_nsec;
74 int st_mtime; /* Time of last modification. */
75 unsigned int st_mtime_nsec;
76 int st_ctime; /* Time of last status change. */
77 unsigned int st_ctime_nsec;
78 unsigned int __unused4;
79 unsigned int __unused5;