Home
last modified time | relevance | path

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

/arch/alpha/kernel/
Dosf_sys.c299 unsigned long bufsiz) in linux_to_osf_statfs() argument
313 if (bufsiz > sizeof(tmp_stat)) in linux_to_osf_statfs()
314 bufsiz = sizeof(tmp_stat); in linux_to_osf_statfs()
315 return copy_to_user(osf_stat, &tmp_stat, bufsiz) ? -EFAULT : 0; in linux_to_osf_statfs()
320 unsigned long bufsiz) in linux_to_osf_statfs64() argument
333 if (bufsiz > sizeof(tmp_stat)) in linux_to_osf_statfs64()
334 bufsiz = sizeof(tmp_stat); in linux_to_osf_statfs64()
335 return copy_to_user(osf_stat, &tmp_stat, bufsiz) ? -EFAULT : 0; in linux_to_osf_statfs64()
339 struct osf_statfs __user *, buffer, unsigned long, bufsiz) in SYSCALL_DEFINE3() argument
344 error = linux_to_osf_statfs(&linux_stat, buffer, bufsiz); in SYSCALL_DEFINE3()
[all …]
/arch/s390/kernel/
Dcompat_wrapper.c91 COMPAT_SYSCALL_WRAP3(readlink, const char __user *, path, char __user *, buf, int, bufsiz);
188 …AT_SYSCALL_WRAP4(readlinkat, int, dfd, const char __user *, path, char __user *, buf, int, bufsiz);