Home
last modified time | relevance | path

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

/xnu-10002.81.5/bsd/sys/
H A Dstat.h118 struct ostat { struct
119 __uint16_t st_dev; /* inode's device */
120 ino_t st_ino; /* inode's number */
121 mode_t st_mode; /* inode protection mode */
122 nlink_t st_nlink; /* number of hard links */
123 __uint16_t st_uid; /* user ID of the file's owner */
124 __uint16_t st_gid; /* group ID of the file's group */
125 __uint16_t st_rdev; /* device type */
126 __int32_t st_size; /* file size, in bytes */
127 struct timespec st_atimespec; /* time of last access */
[all …]