Lines Matching defs:netbsd32_stat50
842 struct netbsd32_stat50 { struct
843 uint32_t st_dev; /* inode's device */
844 mode_t st_mode; /* inode protection mode */
845 netbsd32_uint64 st_ino; /* inode's number */
846 nlink_t st_nlink; /* number of hard links */
847 uid_t st_uid; /* user ID of the file's owner */
848 gid_t st_gid; /* group ID of the file's group */
849 uint32_t st_rdev; /* device type */
850 struct netbsd32_timespec50 st_atimespec;/* time of last access */
851 struct netbsd32_timespec50 st_mtimespec;/* time of last data modification */
852 struct netbsd32_timespec50 st_ctimespec;/* time of last file status change */
853 struct netbsd32_timespec50 st_birthtimespec; /* time of creation */
854 netbsd32_int64 st_size; /* file size, in bytes */
855 netbsd32_uint64 st_blocks; /* blocks allocated for file */
856 blksize_t st_blksize; /* optimal blocksize for I/O */
857 uint32_t st_flags; /* user defined flags for file */
858 uint32_t st_gen; /* file generation number */
859 uint32_t st_spare[2];