Searched defs:statbuf (Results 1 - 1 of 1) sorted by relevance

/fs/
H A Dstat.c140 static int cp_old_stat(struct kstat *stat, struct __old_kernel_stat __user * statbuf) argument
174 return copy_to_user(statbuf,&tmp,sizeof(tmp)) ? -EFAULT : 0;
178 struct __old_kernel_stat __user *, statbuf)
187 return cp_old_stat(&stat, statbuf);
191 struct __old_kernel_stat __user *, statbuf)
200 return cp_old_stat(&stat, statbuf);
203 SYSCALL_DEFINE2(fstat, unsigned int, fd, struct __old_kernel_stat __user *, statbuf)
209 error = cp_old_stat(&stat, statbuf);
229 static int cp_new_stat(struct kstat *stat, struct stat __user *statbuf) argument
263 return copy_to_user(statbuf,
363 cp_new_stat64(struct kstat *stat, struct stat64 __user *statbuf) argument
[all...]

Completed in 34 milliseconds