Searched defs:nstat (Results 1 – 2 of 2) sorted by relevance
193 struct nstat { struct194 __uint32_t st_dev; /* inode's device */195 __uint32_t st_ino; /* inode's number */196 __uint32_t st_mode; /* inode protection mode */197 __uint32_t st_nlink; /* number of hard links */198 uid_t st_uid; /* user ID of the file's owner */199 gid_t st_gid; /* group ID of the file's group */200 __uint32_t st_rdev; /* device type */201 struct timespec st_atim; /* time of last access */202 struct timespec st_mtim; /* time of last data modification */[all …]
60 encioc_enc_status_t stat, nstat, *carray; in main() local