Searched defs:nstat32 (Results 1 – 1 of 1) sorted by relevance
168 struct nstat32 { struct169 __uint32_t st_dev; /* inode's device */170 __uint32_t st_ino; /* inode's number */171 __uint32_t st_mode; /* inode protection mode */172 __uint32_t st_nlink; /* number of hard links */173 uid_t st_uid; /* user ID of the file's owner */174 gid_t st_gid; /* group ID of the file's group */175 __uint32_t st_rdev; /* device type */176 struct timespec32 st_atim; /* time of last access */177 struct timespec32 st_mtim; /* time of last data modification */[all …]