Lines Matching defs:aoutm68k_stat43
42 struct aoutm68k_stat43 { struct
43 u_int16_t st_dev; /* inode's device */
44 u_int32_t st_ino; /* inode's number */
45 u_int16_t st_mode; /* inode protection mode */
46 u_int16_t st_nlink; /* number of hard links */
47 u_int16_t st_uid; /* user ID of the file's owner */
48 u_int16_t st_gid; /* group ID of the file's group */
49 u_int16_t st_rdev; /* device type */
50 int32_t st_size; /* file size, in bytes */
51 struct timespec50 st_atimespec;/* time of last access */
52 struct timespec50 st_mtimespec;/* time of last data modification */
53 struct timespec50 st_ctimespec;/* time of last file status change */
54 int32_t st_blksize; /* optimal blocksize for I/O */
55 int32_t st_blocks; /* blocks allocated for file */
56 u_int32_t st_flags; /* user defined flags for file */
57 u_int32_t st_gen; /* file generation number */