Lines Matching defs:vki_stat64
473 struct vki_stat64 { struct
474 unsigned long st_dev; /* Device. */
475 unsigned long st_ino; /* File serial number. */
476 unsigned int st_mode; /* File mode. */
477 unsigned int st_nlink; /* Link count. */
478 unsigned int st_uid; /* User ID of the file's owner. */
479 unsigned int st_gid; /* Group ID of the file's group. */
480 unsigned long st_rdev; /* Device number, if device. */
481 unsigned short __pad2;
482 long st_size; /* Size of file, in bytes. */
483 int st_blksize; /* Optimal block size for I/O. */
485 long st_blocks; /* Number 512-byte blocks allocated. */
486 int st_atime; /* Time of last access. */
487 int st_atime_nsec;
488 int st_mtime; /* Time of last modification. */
489 int st_mtime_nsec;
490 int st_ctime; /* Time of last status change. */
491 int st_ctime_nsec;
492 unsigned int __unused4;
493 unsigned int __unused5;