Searched defs:statbuf (Results 1 – 5 of 5) sorted by relevance
/arch/parisc/hpux/ |
D | fs.c | 133 static int cp_hpux_stat(struct kstat *stat, struct hpux_stat64 __user *statbuf) in cp_hpux_stat() 159 long hpux_stat64(const char __user *filename, struct hpux_stat64 __user *statbuf) in hpux_stat64() 170 long hpux_fstat64(unsigned int fd, struct hpux_stat64 __user *statbuf) in hpux_fstat64() 182 struct hpux_stat64 __user *statbuf) in hpux_lstat64()
|
/arch/sparc/kernel/ |
D | sys_sparc32.c | 71 struct compat_stat64 __user *statbuf) in cp_compat_stat64() 101 struct compat_stat64 __user *statbuf) in compat_sys_stat64() 112 struct compat_stat64 __user *statbuf) in compat_sys_lstat64() 123 struct compat_stat64 __user * statbuf) in compat_sys_fstat64() 135 struct compat_stat64 __user * statbuf, int flag) in compat_sys_fstatat64()
|
/arch/x86/ia32/ |
D | sys_ia32.c | 99 struct stat64 __user *statbuf) in sys32_stat64() 110 struct stat64 __user *statbuf) in sys32_lstat64() 119 asmlinkage long sys32_fstat64(unsigned int fd, struct stat64 __user *statbuf) in sys32_fstat64() 129 struct stat64 __user *statbuf, int flag) in sys32_fstatat()
|
/arch/arm/kernel/ |
D | sys_oabi-compat.c | 118 struct oldabi_stat64 __user *statbuf) in cp_oldabi_stat64() 145 struct oldabi_stat64 __user * statbuf) in sys_oabi_stat64() 155 struct oldabi_stat64 __user * statbuf) in sys_oabi_lstat64() 165 struct oldabi_stat64 __user * statbuf) in sys_oabi_fstat64() 176 struct oldabi_stat64 __user *statbuf, in sys_oabi_fstatat64()
|
/arch/s390/kernel/ |
D | compat_linux.c | 382 …_SYSCALL_DEFINE2(s390_stat64, const char __user *, filename, struct stat64_emu31 __user *, statbuf) in COMPAT_SYSCALL_DEFINE2() argument 391 …SYSCALL_DEFINE2(s390_lstat64, const char __user *, filename, struct stat64_emu31 __user *, statbuf) in COMPAT_SYSCALL_DEFINE2() argument 400 COMPAT_SYSCALL_DEFINE2(s390_fstat64, unsigned int, fd, struct stat64_emu31 __user *, statbuf) in COMPAT_SYSCALL_DEFINE2() argument 410 struct stat64_emu31 __user *, statbuf, int, flag) in COMPAT_SYSCALL_DEFINE4() argument
|