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