Searched refs:tmp_stat (Results 1 – 1 of 1) sorted by relevance
301 struct osf_statfs tmp_stat; in linux_to_osf_statfs() local303 tmp_stat.f_type = linux_stat->f_type; in linux_to_osf_statfs()304 tmp_stat.f_flags = 0; /* mount flags */ in linux_to_osf_statfs()305 tmp_stat.f_fsize = linux_stat->f_frsize; in linux_to_osf_statfs()306 tmp_stat.f_bsize = linux_stat->f_bsize; in linux_to_osf_statfs()307 tmp_stat.f_blocks = linux_stat->f_blocks; in linux_to_osf_statfs()308 tmp_stat.f_bfree = linux_stat->f_bfree; in linux_to_osf_statfs()309 tmp_stat.f_bavail = linux_stat->f_bavail; in linux_to_osf_statfs()310 tmp_stat.f_files = linux_stat->f_files; in linux_to_osf_statfs()311 tmp_stat.f_ffree = linux_stat->f_ffree; in linux_to_osf_statfs()[all …]