xref: /third_party/musl/arch/loongarch64/bits/stat.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/musl/arch/loongarch64/bits/
1570af302Sopenharmony_cistruct stat {
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	struct timespec st_atim;
15570af302Sopenharmony_ci	struct timespec st_mtim;
16570af302Sopenharmony_ci	struct timespec st_ctim;
17570af302Sopenharmony_ci	unsigned __unused[2];
18570af302Sopenharmony_ci};
19

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