Home
last modified time | relevance | path

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

/src/sys/compat/freebsd32/
H A Dfreebsd32.h160 struct nstat32 { struct
161 __uint32_t st_dev; /* inode's device */
162 __uint32_t st_ino; /* inode's number */
163 __uint32_t st_mode; /* inode protection mode */
164 __uint32_t st_nlink; /* number of hard links */
165 uid_t st_uid; /* user ID of the file's owner */
166 gid_t st_gid; /* group ID of the file's group */
167 __uint32_t st_rdev; /* device type */
168 struct timespec32 st_atim; /* time of last access */
169 struct timespec32 st_mtim; /* time of last data modification */
[all …]