xref: /third_party/musl/arch/aarch64/kstat.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/musl/arch/aarch64/
1570af302Sopenharmony_cistruct kstat {
2570af302Sopenharmony_ci	dev_t st_dev;
3570af302Sopenharmony_ci	ino_t st_ino;
4570af302Sopenharmony_ci	mode_t st_mode;
5570af302Sopenharmony_ci	nlink_t st_nlink;
6570af302Sopenharmony_ci	uid_t st_uid;
7570af302Sopenharmony_ci	gid_t st_gid;
8570af302Sopenharmony_ci	dev_t st_rdev;
9570af302Sopenharmony_ci	unsigned long __pad;
10570af302Sopenharmony_ci	off_t st_size;
11570af302Sopenharmony_ci	blksize_t st_blksize;
12570af302Sopenharmony_ci	int __pad2;
13570af302Sopenharmony_ci	blkcnt_t st_blocks;
14570af302Sopenharmony_ci	long st_atime_sec;
15570af302Sopenharmony_ci	long st_atime_nsec;
16570af302Sopenharmony_ci	long st_mtime_sec;
17570af302Sopenharmony_ci	long st_mtime_nsec;
18570af302Sopenharmony_ci	long st_ctime_sec;
19570af302Sopenharmony_ci	long st_ctime_nsec;
20570af302Sopenharmony_ci	unsigned __unused1[2];
21570af302Sopenharmony_ci};
22

Indexes created Thu Nov 07 10:32:03 CST 2024