Lines Matching defs:vki_stat64
319 struct vki_stat64 { struct
320 unsigned long st_dev; /* Device. */
321 unsigned long st_ino; /* File serial number. */
322 unsigned int st_mode; /* File mode. */
323 unsigned int st_nlink; /* Link count. */
324 unsigned int st_uid; /* User ID of the file's owner. */
325 unsigned int st_gid; /* Group ID of the file's group. */
326 unsigned long st_rdev; /* Device number, if device. */
327 unsigned long __pad1;
328 long st_size; /* Size of file, in bytes. */
329 int st_blksize; /* Optimal block size for I/O. */
330 int __pad2;
331 long st_blocks; /* Number 512-byte blocks allocated. */
332 long st_atime; /* Time of last access. */
333 unsigned long st_atime_nsec;
334 long st_mtime; /* Time of last modification. */
335 unsigned long st_mtime_nsec;
336 long st_ctime; /* Time of last status change. */
337 unsigned long st_ctime_nsec;
338 unsigned int __unused4;
339 unsigned int __unused5;