Searched defs:statbuf (Results 1 – 2 of 2) sorted by relevance
/fs/ |
D | stat.c | 311 static int cp_old_stat(struct kstat *stat, struct __old_kernel_stat __user * statbuf) in cp_old_stat() 349 struct __old_kernel_stat __user *, statbuf) in SYSCALL_DEFINE2() argument 362 struct __old_kernel_stat __user *, statbuf) in SYSCALL_DEFINE2() argument 374 SYSCALL_DEFINE2(fstat, unsigned int, fd, struct __old_kernel_stat __user *, statbuf) in SYSCALL_DEFINE2() argument 393 static int cp_new_stat(struct kstat *stat, struct stat __user *statbuf) in cp_new_stat() 433 struct stat __user *, statbuf) in SYSCALL_DEFINE2() argument 444 struct stat __user *, statbuf) in SYSCALL_DEFINE2() argument 458 struct stat __user *, statbuf, int, flag) in SYSCALL_DEFINE4() argument 470 SYSCALL_DEFINE2(newfstat, unsigned int, fd, struct stat __user *, statbuf) in SYSCALL_DEFINE2() argument 538 static long cp_new_stat64(struct kstat *stat, struct stat64 __user *statbuf) in cp_new_stat64() [all …]
|
/fs/xfs/scrub/ |
D | xfile.c | 298 struct xfile_stat *statbuf) in xfile_stat()
|