Lines Matching defs:aoutm68k_stat
83 struct aoutm68k_stat { struct
84 u_int32_t st_dev; /* inode's device */
85 u_int32_t st_ino; /* inode's number */
86 mode_t st_mode; /* inode protection mode */
87 nlink_t st_nlink; /* number of hard links */
88 uid_t st_uid; /* user ID of the file's owner */
89 gid_t st_gid; /* group ID of the file's group */
90 u_int32_t st_rdev; /* device type */
91 struct timespec50 st_atimespec;/* time of last access */
92 struct timespec50 st_mtimespec;/* time of last data modification */
93 struct timespec50 st_ctimespec;/* time of last file status change */
94 off_t st_size; /* file size, in bytes */
95 blkcnt_t st_blocks; /* blocks allocated for file */
96 blksize_t st_blksize; /* optimal blocksize for I/O */
97 u_int32_t st_flags; /* user defined flags for file */
98 u_int32_t st_gen; /* file generation number */
99 int64_t st_qspare[2];