Lines Matching defs:ostat
118 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 */
128 struct timespec st_mtimespec; /* time of last data modification */
129 struct timespec st_ctimespec; /* time of last file status change */
130 __int32_t st_blksize; /* optimal blocksize for I/O */
131 __int32_t st_blocks; /* blocks allocated for file */
132 __uint32_t st_flags; /* user defined flags for file */
133 __uint32_t st_gen; /* file generation number */