Lines Matching defs:netbsd32_stat13
820 struct netbsd32_stat13 { struct
821 uint32_t st_dev; /* inode's device */
822 uint32_t st_ino; /* inode's number */
823 mode_t st_mode; /* inode protection mode */
824 nlink_t st_nlink; /* number of hard links */
825 uid_t st_uid; /* user ID of the file's owner */
826 gid_t st_gid; /* group ID of the file's group */
827 uint32_t st_rdev; /* device type */
828 struct netbsd32_timespec50 st_atimespec;/* time of last access */
829 struct netbsd32_timespec50 st_mtimespec;/* time of last data modification */
830 struct netbsd32_timespec50 st_ctimespec;/* time of last file status change */
831 netbsd32_int64 st_size; /* file size, in bytes */
832 netbsd32_uint64 st_blocks; /* blocks allocated for file */
833 blksize_t st_blksize; /* optimal blocksize for I/O */
834 uint32_t st_flags; /* user defined flags for file */
835 uint32_t st_gen; /* file generation number */
836 uint32_t st_spare; /* file generation number */
837 struct netbsd32_timespec50 st_birthtimespec;
838 uint32_t st_spare2;