1570af302Sopenharmony_cistruct kstat { 2570af302Sopenharmony_ci dev_t st_dev; 3570af302Sopenharmony_ci ino_t st_ino; 4570af302Sopenharmony_ci nlink_t st_nlink; 5570af302Sopenharmony_ci 6570af302Sopenharmony_ci mode_t st_mode; 7570af302Sopenharmony_ci uid_t st_uid; 8570af302Sopenharmony_ci gid_t st_gid; 9570af302Sopenharmony_ci unsigned int __pad0; 10570af302Sopenharmony_ci dev_t st_rdev; 11570af302Sopenharmony_ci off_t st_size; 12570af302Sopenharmony_ci blksize_t st_blksize; 13570af302Sopenharmony_ci blkcnt_t st_blocks; 14570af302Sopenharmony_ci 15570af302Sopenharmony_ci long st_atime_sec; 16570af302Sopenharmony_ci long st_atime_nsec; 17570af302Sopenharmony_ci long st_mtime_sec; 18570af302Sopenharmony_ci long st_mtime_nsec; 19570af302Sopenharmony_ci long st_ctime_sec; 20570af302Sopenharmony_ci long st_ctime_nsec; 21570af302Sopenharmony_ci long __unused1[3]; 22570af302Sopenharmony_ci}; 23