1570af302Sopenharmony_cistruct statfs { 2570af302Sopenharmony_ci unsigned long f_type, f_bsize; 3570af302Sopenharmony_ci fsblkcnt_t f_blocks, f_bfree, f_bavail; 4570af302Sopenharmony_ci fsfilcnt_t f_files, f_ffree; 5570af302Sopenharmony_ci fsid_t f_fsid; 6570af302Sopenharmony_ci unsigned long f_namelen, f_frsize, f_flags, f_spare[4]; 7570af302Sopenharmony_ci}; 8