Lines Matching defs:netbsd32_stat12
781 struct netbsd32_stat12 { /* NetBSD-1.2 stat struct */ struct
782 uint32_t st_dev; /* inode's device */
783 uint32_t st_ino; /* inode's number */
784 uint16_t st_mode; /* inode protection mode */
785 uint16_t st_nlink; /* number of hard links */
786 uid_t st_uid; /* user ID of the file's owner */
787 gid_t st_gid; /* group ID of the file's group */
788 uint32_t st_rdev; /* device type */
789 struct netbsd32_timespec50 st_atimespec;/* time of last access */
790 struct netbsd32_timespec50 st_mtimespec;/* time of last data modification */
791 struct netbsd32_timespec50 st_ctimespec;/* time of last file status change */
792 netbsd32_int64 st_size; /* file size, in bytes */
793 netbsd32_int64 st_blocks; /* blocks allocated for file */
794 uint32_t st_blksize; /* optimal blocksize for I/O */
795 uint32_t st_flags; /* user defined flags for file */
796 uint32_t st_gen; /* file generation number */
797 int32_t st_lspare;
798 netbsd32_int64 st_qspare[2];