Searched refs:bufsiz (Results 1 – 2 of 2) sorted by relevance
/arch/alpha/kernel/ |
D | osf_sys.c | 299 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/ |
D | compat_wrapper.c | 91 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);
|