xref: /third_party/musl/arch/mips/bits/statfs.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/musl/arch/mips/bits/
1570af302Sopenharmony_cistruct statfs {
2570af302Sopenharmony_ci	unsigned long f_type, f_bsize, f_frsize;
3570af302Sopenharmony_ci	fsblkcnt_t f_blocks, f_bfree;
4570af302Sopenharmony_ci	fsfilcnt_t f_files, f_ffree;
5570af302Sopenharmony_ci	fsblkcnt_t f_bavail;
6570af302Sopenharmony_ci	fsid_t f_fsid;
7570af302Sopenharmony_ci	unsigned long f_namelen, f_flags, f_spare[5];
8570af302Sopenharmony_ci};
9

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