Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dstat.h195 struct nstat { struct
196 __uint32_t st_dev; /* inode's device */
197 __uint32_t st_ino; /* inode's number */
198 __uint32_t st_mode; /* inode protection mode */
199 __uint32_t st_nlink; /* number of hard links */
200 uid_t st_uid; /* user ID of the file's owner */
201 gid_t st_gid; /* group ID of the file's group */
202 __uint32_t st_rdev; /* device type */
203 struct timespec st_atim; /* time of last access */
206 off_t st_size; /* file size, in bytes */
[all …]