Lines Matching defs:netbsd32_stat43
802 struct netbsd32_stat43 { /* BSD-4.3 stat struct */ struct
803 uint16_t st_dev; /* inode's device */
804 uint32_t st_ino; /* inode's number */
805 uint16_t st_mode; /* inode protection mode */
806 uint16_t st_nlink; /* number of hard links */
807 uint16_t st_uid; /* user ID of the file's owner */
808 uint16_t st_gid; /* group ID of the file's group */
809 uint16_t st_rdev; /* device type */
810 int32_t st_size; /* file size, in bytes */
811 struct netbsd32_timespec50 st_atimespec;/* time of last access */
812 struct netbsd32_timespec50 st_mtimespec;/* time of last data modification */
813 struct netbsd32_timespec50 st_ctimespec;/* time of last file status change */
814 int32_t st_blksize; /* optimal blocksize for I/O */
815 int32_t st_blocks; /* blocks allocated for file */
816 uint32_t st_flags; /* user defined flags for file */
817 uint32_t st_gen; /* file generation number */