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