Searched refs:osf_stat (Results 1 – 2 of 2) sorted by relevance
/arch/alpha/kernel/ |
D | osf_sys.c | 197 struct osf_stat { struct 277 linux_to_osf_stat(struct kstat *lstat, struct osf_stat __user *osf_stat) in linux_to_osf_stat() argument 279 struct osf_stat tmp = { 0 }; in linux_to_osf_stat() 299 return copy_to_user(osf_stat, &tmp, sizeof(tmp)) ? -EFAULT : 0; in linux_to_osf_stat() 303 linux_to_osf_statfs(struct kstatfs *linux_stat, struct osf_statfs __user *osf_stat, in linux_to_osf_statfs() argument 320 return copy_to_user(osf_stat, &tmp_stat, bufsiz) ? -EFAULT : 0; in linux_to_osf_statfs() 324 linux_to_osf_statfs64(struct kstatfs *linux_stat, struct osf_statfs64 __user *osf_stat, in linux_to_osf_statfs64() argument 340 return copy_to_user(osf_stat, &tmp_stat, bufsiz) ? -EFAULT : 0; in linux_to_osf_statfs64() 353 SYSCALL_DEFINE2(osf_stat, char __user *, name, struct osf_stat __user *, buf) in SYSCALL_DEFINE2() argument 365 SYSCALL_DEFINE2(osf_lstat, char __user *, name, struct osf_stat __user *, buf) in SYSCALL_DEFINE2() [all …]
|
/arch/alpha/kernel/syscalls/ |
D | syscall.tbl | 200 224 common osf_stat sys_osf_stat
|