Searched defs:ostat (Results 1 – 2 of 2) sorted by relevance
105 struct ostat { struct106 __uint16_t st_dev; /* inode's device */107 __uint32_t st_ino; /* inode's number */108 mode_t st_mode; /* inode protection mode */109 __uint16_t st_nlink; /* number of hard links */110 __uint16_t st_uid; /* user ID of the file's owner */112 __uint16_t st_rdev; /* device type */113 __int32_t st_size; /* file size, in bytes */114 struct timespec st_atim; /* time of last access */118 __int32_t st_blocks; /* blocks allocated for file */[all …]
2146 ostat(struct thread *td, struct ostat_args *uap) in ostat() function