Lines Matching defs:vki_stat64
451 struct vki_stat64 { struct
452 unsigned long st_dev; /* Device. */
453 unsigned long st_ino; /* File serial number. */
454 unsigned int st_mode; /* File mode. */
455 unsigned int st_nlink; /* Link count. */
456 unsigned int st_uid; /* User ID of the file's owner. */
457 unsigned int st_gid; /* Group ID of the file's group. */
458 unsigned long st_rdev; /* Device number, if device. */
459 unsigned short __pad2;
460 long st_size; /* Size of file, in bytes. */
461 int st_blksize; /* Optimal block size for I/O. */
463 long st_blocks; /* Number 512-byte blocks allocated. */
464 int st_atime; /* Time of last access. */
465 int st_atime_nsec;
466 int st_mtime; /* Time of last modification. */
467 int st_mtime_nsec;
468 int st_ctime; /* Time of last status change. */
469 int st_ctime_nsec;
470 unsigned int __unused4;
471 unsigned int __unused5;