Home
last modified time | relevance | path

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

/fs/
Dstat.c118 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 …]
Dcompat.c180 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/
Dvfs_dir.c76 char *statbuf; in v9fs_dir_readdir() local