Lines Matching defs:stat64
49 struct stat64 { struct
50 unsigned long long st_dev; /* Device. */
51 unsigned long long st_ino; /* File serial number. */
52 unsigned int st_mode; /* File mode. */
53 unsigned int st_nlink; /* Link count. */
54 unsigned int st_uid; /* User ID of the file's owner. */
55 unsigned int st_gid; /* Group ID of the file's group. */
56 unsigned long long st_rdev; /* Device number, if device. */
57 unsigned long long __pad1;
58 long long st_size; /* Size of file, in bytes. */
59 int st_blksize; /* Optimal block size for I/O. */
60 int __pad2;
61 long long st_blocks; /* Number 512-byte blocks allocated. */
62 int st_atime; /* Time of last access. */
63 unsigned int st_atime_nsec;
64 int st_mtime; /* Time of last modification. */
65 unsigned int st_mtime_nsec;
66 int st_ctime; /* Time of last status change. */
67 unsigned int st_ctime_nsec;
68 unsigned int __unused4;
69 unsigned int __unused5;