Home
last modified time | relevance | path

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

/fs/
Dstat.c209 static int cp_old_stat(struct kstat *stat, struct __old_kernel_stat __user * statbuf) in cp_old_stat() argument
243 return copy_to_user(statbuf,&tmp,sizeof(tmp)) ? -EFAULT : 0; in cp_old_stat()
247 struct __old_kernel_stat __user *, statbuf) in SYSCALL_DEFINE2() argument
256 return cp_old_stat(&stat, statbuf); in SYSCALL_DEFINE2()
260 struct __old_kernel_stat __user *, statbuf) in SYSCALL_DEFINE2() argument
269 return cp_old_stat(&stat, statbuf); in SYSCALL_DEFINE2()
272 SYSCALL_DEFINE2(fstat, unsigned int, fd, struct __old_kernel_stat __user *, statbuf) in SYSCALL_DEFINE2() argument
278 error = cp_old_stat(&stat, statbuf); in SYSCALL_DEFINE2()
300 static int cp_new_stat(struct kstat *stat, struct stat __user *statbuf) in cp_new_stat() argument
334 return copy_to_user(statbuf,&tmp,sizeof(tmp)) ? -EFAULT : 0; in cp_new_stat()
[all …]