Lines Matching defs:aoutm68k_stat12
62 struct aoutm68k_stat12 { struct
63 u_int32_t st_dev; /* inode's device */
64 u_int32_t st_ino; /* inode's number */
65 u_int16_t st_mode; /* inode protection mode */
66 u_int16_t st_nlink; /* number of hard links */
67 uid_t st_uid; /* user ID of the file's owner */
68 gid_t st_gid; /* group ID of the file's group */
69 u_int32_t st_rdev; /* device type */
70 struct timespec50 st_atimespec;/* time of last access */
71 struct timespec50 st_mtimespec;/* time of last data modification */
72 struct timespec50 st_ctimespec;/* time of last file status change */
73 off_t st_size; /* file size, in bytes */
74 int64_t st_blocks; /* blocks allocated for file */
75 u_int32_t st_blksize; /* optimal blocksize for I/O */
76 u_int32_t st_flags; /* user defined flags for file */
77 u_int32_t st_gen; /* file generation number */
78 int32_t st_lspare;
79 int64_t st_qspare[2];