Home
last modified time | relevance | path

Searched defs:stat30 (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/compat/sys/
H A Dstat.h140 struct stat30 { struct
141 uint32_t st_dev; /* inode's device */
142 mode_t st_mode; /* inode protection mode */
143 ino_t st_ino; /* inode's number */
144 nlink_t st_nlink; /* number of hard links */
145 uid_t st_uid; /* user ID of the file's owner */
146 gid_t st_gid; /* group ID of the file's group */
147 uint32_t st_rdev; /* device type */
149 struct timespec50 st_atimespec;/* time of last access */
150 struct timespec50 st_mtimespec;/* time of last data modification */
[all …]