Searched defs:statbuf (Results 1 – 3 of 3) sorted by relevance
/fs/ |
D | stat.c | 118 static int cp_old_stat(struct kstat *stat, struct __old_kernel_stat __user * statbuf) in cp_old_stat() 155 SYSCALL_DEFINE2(stat, char __user *, filename, struct __old_kernel_stat __user *, statbuf) in SYSCALL_DEFINE2() argument 166 SYSCALL_DEFINE2(lstat, char __user *, filename, struct __old_kernel_stat __user *, statbuf) in SYSCALL_DEFINE2() argument 177 SYSCALL_DEFINE2(fstat, unsigned int, fd, struct __old_kernel_stat __user *, statbuf) in SYSCALL_DEFINE2() argument 190 static int cp_new_stat(struct kstat *stat, struct stat __user *statbuf) in cp_new_stat() 240 SYSCALL_DEFINE2(newstat, char __user *, filename, struct stat __user *, statbuf) in SYSCALL_DEFINE2() argument 251 SYSCALL_DEFINE2(newlstat, char __user *, filename, struct stat __user *, statbuf) in SYSCALL_DEFINE2() argument 264 struct stat __user *, statbuf, int, flag) in SYSCALL_DEFINE4() argument 285 SYSCALL_DEFINE2(newfstat, unsigned int, fd, struct stat __user *, statbuf) in SYSCALL_DEFINE2() argument 333 static long cp_new_stat64(struct kstat *stat, struct stat64 __user *statbuf) in cp_new_stat64() [all …]
|
D | compat.c | 180 struct compat_stat __user *statbuf) in compat_sys_newstat() 191 struct compat_stat __user *statbuf) in compat_sys_newlstat() 203 struct compat_stat __user *statbuf, int flag) in compat_sys_newfstatat() 225 struct compat_stat __user * statbuf) in compat_sys_newfstat()
|
/fs/9p/ |
D | vfs_dir.c | 76 char *statbuf; in v9fs_dir_readdir() local
|