Searched refs:osf_stat (Results 1 – 1 of 1) sorted by relevance
/arch/alpha/kernel/ |
D | osf_sys.c | 192 struct osf_stat { struct 272 linux_to_osf_stat(struct kstat *lstat, struct osf_stat __user *osf_stat) in linux_to_osf_stat() argument 274 struct osf_stat tmp = { 0 }; in linux_to_osf_stat() 294 return copy_to_user(osf_stat, &tmp, sizeof(tmp)) ? -EFAULT : 0; in linux_to_osf_stat() 298 linux_to_osf_statfs(struct kstatfs *linux_stat, struct osf_statfs __user *osf_stat, in linux_to_osf_statfs() argument 315 return copy_to_user(osf_stat, &tmp_stat, bufsiz) ? -EFAULT : 0; in linux_to_osf_statfs() 319 linux_to_osf_statfs64(struct kstatfs *linux_stat, struct osf_statfs64 __user *osf_stat, in linux_to_osf_statfs64() argument 335 return copy_to_user(osf_stat, &tmp_stat, bufsiz) ? -EFAULT : 0; in linux_to_osf_statfs64() 348 SYSCALL_DEFINE2(osf_stat, char __user *, name, struct osf_stat __user *, buf) in SYSCALL_DEFINE2() argument 360 SYSCALL_DEFINE2(osf_lstat, char __user *, name, struct osf_stat __user *, buf) in SYSCALL_DEFINE2() [all …]
|