Home
last modified time | relevance | path

Searched refs:osf_stat (Results 1 – 1 of 1) sorted by relevance

/arch/alpha/kernel/
Dosf_sys.c193 struct osf_stat { struct
273 linux_to_osf_stat(struct kstat *lstat, struct osf_stat __user *osf_stat) in linux_to_osf_stat() argument
275 struct osf_stat tmp = { 0 }; in linux_to_osf_stat()
295 return copy_to_user(osf_stat, &tmp, sizeof(tmp)) ? -EFAULT : 0; in linux_to_osf_stat()
299 linux_to_osf_statfs(struct kstatfs *linux_stat, struct osf_statfs __user *osf_stat, in linux_to_osf_statfs() argument
316 return copy_to_user(osf_stat, &tmp_stat, bufsiz) ? -EFAULT : 0; in linux_to_osf_statfs()
320 linux_to_osf_statfs64(struct kstatfs *linux_stat, struct osf_statfs64 __user *osf_stat, in linux_to_osf_statfs64() argument
336 return copy_to_user(osf_stat, &tmp_stat, bufsiz) ? -EFAULT : 0; in linux_to_osf_statfs64()
349 SYSCALL_DEFINE2(osf_stat, char __user *, name, struct osf_stat __user *, buf) in SYSCALL_DEFINE2() argument
361 SYSCALL_DEFINE2(osf_lstat, char __user *, name, struct osf_stat __user *, buf) in SYSCALL_DEFINE2()
[all …]