Searched defs:statbuf (Results 1 – 1 of 1) sorted by relevance
/fs/ |
D | stat.c | 209 static int cp_old_stat(struct kstat *stat, struct __old_kernel_stat __user * statbuf) in cp_old_stat() 247 struct __old_kernel_stat __user *, statbuf) in SYSCALL_DEFINE2() argument 260 struct __old_kernel_stat __user *, statbuf) in SYSCALL_DEFINE2() argument 272 SYSCALL_DEFINE2(fstat, unsigned int, fd, struct __old_kernel_stat __user *, statbuf) in SYSCALL_DEFINE2() argument 300 static int cp_new_stat(struct kstat *stat, struct stat __user *statbuf) in cp_new_stat() 338 struct stat __user *, statbuf) in SYSCALL_DEFINE2() argument 349 struct stat __user *, statbuf) in SYSCALL_DEFINE2() argument 363 struct stat __user *, statbuf, int, flag) in SYSCALL_DEFINE4() argument 375 SYSCALL_DEFINE2(newfstat, unsigned int, fd, struct stat __user *, statbuf) in SYSCALL_DEFINE2() argument 443 static long cp_new_stat64(struct kstat *stat, struct stat64 __user *statbuf) in cp_new_stat64() [all …]
|