Searched refs:osf_stat (Results 1 – 1 of 1) sorted by relevance
269 } *osf_stat; variable271 static int linux_to_osf_statfs(struct statfs *linux_stat, struct osf_statfs *osf_stat, unsigned lon… in linux_to_osf_statfs() argument288 return copy_to_user(osf_stat, &tmp_stat, bufsiz) ? -EFAULT : 0; in linux_to_osf_statfs()