Searched defs:ostat (Results 1 – 1 of 1) sorted by relevance
118 struct ostat { struct119 __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 …]