Searched defs:nstat32 (Results 1 – 1 of 1) sorted by relevance
160 struct nstat32 { struct161 __uint32_t st_dev; /* inode's device */162 __uint32_t st_ino; /* inode's number */163 __uint32_t st_mode; /* inode protection mode */164 __uint32_t st_nlink; /* number of hard links */165 uid_t st_uid; /* user ID of the file's owner */166 gid_t st_gid; /* group ID of the file's group */167 __uint32_t st_rdev; /* device type */168 struct timespec32 st_atim; /* time of last access */169 struct timespec32 st_mtim; /* time of last data modification */[all …]