| /Linux-v5.4/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 …]
 
 | 
| /Linux-v5.4/arch/sparc/kernel/ | 
| D | sys_sparc32.c | 66 			    struct compat_stat64 __user *statbuf)  in cp_compat_stat64()96 		struct compat_stat64 __user *, statbuf)  in COMPAT_SYSCALL_DEFINE2()  argument
 107 		struct compat_stat64 __user *, statbuf)  in COMPAT_SYSCALL_DEFINE2()  argument
 118 		struct compat_stat64 __user *, statbuf)  in COMPAT_SYSCALL_DEFINE2()  argument
 130 		struct compat_stat64 __user *, statbuf, int, flag)  in COMPAT_SYSCALL_DEFINE4()  argument
 
 | 
| /Linux-v5.4/arch/arm/kernel/ | 
| D | sys_oabi-compat.c | 116 			     struct oldabi_stat64 __user *statbuf)  in cp_oldabi_stat64()143 				struct oldabi_stat64 __user * statbuf)  in sys_oabi_stat64()
 153 				 struct oldabi_stat64 __user * statbuf)  in sys_oabi_lstat64()
 163 				 struct oldabi_stat64 __user * statbuf)  in sys_oabi_fstat64()
 174 				   struct oldabi_stat64  __user *statbuf,  in sys_oabi_fstatat64()
 
 | 
| /Linux-v5.4/arch/x86/ia32/ | 
| D | sys_ia32.c | 101 		       struct stat64 __user *, statbuf)  in COMPAT_SYSCALL_DEFINE2()  argument112 		       struct stat64 __user *, statbuf)  in COMPAT_SYSCALL_DEFINE2()  argument
 122 		       struct stat64 __user *, statbuf)  in COMPAT_SYSCALL_DEFINE2()  argument
 133 		       struct stat64 __user *, statbuf, int, flag)  in COMPAT_SYSCALL_DEFINE4()  argument
 
 | 
| /Linux-v5.4/tools/power/cpupower/utils/helpers/ | 
| D | sysfs.c | 55 	struct stat statbuf;  in sysfs_is_cpu_online()  local108 	struct stat statbuf;  in sysfs_idlestate_file_exists()  local
 357 	struct stat statbuf;  in sysfs_get_idlestate_count()  local
 
 | 
| /Linux-v5.4/arch/s390/kernel/ | 
| D | compat_linux.c | 150 …_SYSCALL_DEFINE2(s390_stat64, const char __user *, filename, struct stat64_emu31 __user *, statbuf)  in COMPAT_SYSCALL_DEFINE2()  argument159 …SYSCALL_DEFINE2(s390_lstat64, const char __user *, filename, struct stat64_emu31 __user *, statbuf)  in COMPAT_SYSCALL_DEFINE2()  argument
 168 COMPAT_SYSCALL_DEFINE2(s390_fstat64, unsigned int, fd, struct stat64_emu31 __user *, statbuf)  in COMPAT_SYSCALL_DEFINE2()  argument
 178 		       struct stat64_emu31 __user *, statbuf, int, flag)  in COMPAT_SYSCALL_DEFINE4()  argument
 
 | 
| /Linux-v5.4/tools/power/cpupower/lib/ | 
| D | cpuidle.c | 34 	struct stat statbuf;  in cpuidle_state_file_exists()  local287 	struct stat statbuf;  in cpuidle_state_count()  local
 
 | 
| D | cpupower.c | 54 	struct stat statbuf;  in cpupower_is_cpu_online()  local
 | 
| /Linux-v5.4/tools/power/cpupower/utils/ | 
| D | cpupower.c | 176 	struct stat statbuf;  in main()  local
 | 
| /Linux-v5.4/scripts/dtc/ | 
| D | dtc.c | 132 	struct stat statbuf;  in guess_input_format()  local
 | 
| /Linux-v5.4/tools/perf/util/ | 
| D | util.c | 136 	struct stat statbuf;  in rm_rf_depth_pat()  local
 | 
| /Linux-v5.4/tools/perf/examples/bpf/ | 
| D | augmented_syscalls.c | 100 	struct stat	   *statbuf;  member
 | 
| /Linux-v5.4/drivers/net/ethernet/dec/tulip/ | 
| D | de4x5.c | 5417         struct pkt_stats statbuf;  in de4x5_ioctl()  local
 |