Home
last modified time | relevance | path

Searched refs:statbuf (Results 1 – 18 of 18) sorted by relevance

/linux/tools/power/cpupower/utils/helpers/
H A Dsysfs.c55 struct stat statbuf; in sysfs_is_cpu_online() local
59 if (stat(path, &statbuf) != 0) in sysfs_is_cpu_online()
67 if (stat(path, &statbuf) != 0) in sysfs_is_cpu_online()
108 struct stat statbuf; in sysfs_idlestate_file_exists() local
113 if (stat(path, &statbuf) != 0) in sysfs_idlestate_file_exists()
357 struct stat statbuf; in sysfs_get_idlestate_count() local
362 if (stat(file, &statbuf) != 0 || !S_ISDIR(statbuf.st_mode)) in sysfs_get_idlestate_count()
366 if (stat(file, &statbuf) != 0 || !S_ISDIR(statbuf.st_mode)) in sysfs_get_idlestate_count()
369 while (stat(file, &statbuf) == 0 && S_ISDIR(statbuf.st_mode)) { in sysfs_get_idlestate_count()
/linux/tools/power/cpupower/lib/
H A Dcpuidle.c34 struct stat statbuf; in cpuidle_state_file_exists() local
39 if (stat(path, &statbuf) != 0) in cpuidle_state_file_exists()
296 struct stat statbuf; in cpuidle_state_count()
301 if (stat(file, &statbuf) != 0 || !S_ISDIR(statbuf.st_mode)) in cpuidle_state_count()
305 if (stat(file, &statbuf) != 0 || !S_ISDIR(statbuf.st_mode)) in cpuidle_state_count()
308 while (stat(file, &statbuf) == 0 && S_ISDIR(statbuf.st_mode)) { in cpuidle_state_count()
295 struct stat statbuf; cpuidle_state_count() local
H A Dpowercap.c97 struct stat statbuf; in powercap_get_driver() local
99 if (stat(file, &statbuf) != 0 || !S_ISDIR(statbuf.st_mode)) { in powercap_get_driver()
/linux/arch/sparc/kernel/
H A Dsystbls.h60 struct compat_stat64 __user *statbuf);
62 struct compat_stat64 __user *statbuf);
64 struct compat_stat64 __user * statbuf);
67 struct compat_stat64 __user * statbuf, int flag);
97 struct compat_stat64 __user * statbuf);
100 struct compat_stat64 __user * statbuf,
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dpinning.c37 struct stat statbuf = {}; in test_pinning() local
66 err = stat(pinpath, &statbuf); in test_pinning()
71 err = stat(nopinpath, &statbuf); in test_pinning()
77 err = stat(nopinpath2, &statbuf); in test_pinning()
152 err = stat(custpinpath, &statbuf); in test_pinning()
197 err = stat(nopinpath2, &statbuf); in test_pinning()
203 err = stat(pinpath, &statbuf); in test_pinning()
221 err = stat(custpinpath, &statbuf); in test_pinning()
266 err = stat(custpinpath, &statbuf); in test_pinning()
H A Dlink_pinning.c15 struct stat statbuf = {}; in test_link_pinning_subtest() local
36 err = stat(link_pin_path, &statbuf); in test_link_pinning_subtest()
/linux/tools/testing/selftests/splice/
H A Dsplice_read.c32 struct stat statbuf; in main() local
34 if (fstat(fd, &statbuf) < 0) { in main()
39 if (statbuf.st_size > INT_MAX) { in main()
44 size = statbuf.st_size; in main()
/linux/arch/arm/include/asm/
H A Dsyscalls.h16 struct oldabi_stat64 __user * statbuf);
18 struct oldabi_stat64 __user * statbuf);
20 struct oldabi_stat64 __user * statbuf);
23 struct oldabi_stat64 __user *statbuf,
/linux/arch/arm/kernel/
H A Dsys_oabi-compat.c122 struct oldabi_stat64 __user *statbuf) in cp_oldabi_stat64() argument
145 return copy_to_user(statbuf,&tmp,sizeof(tmp)) ? -EFAULT : 0; in cp_oldabi_stat64()
149 struct oldabi_stat64 __user * statbuf) in sys_oabi_stat64() argument
154 error = cp_oldabi_stat64(&stat, statbuf); in sys_oabi_stat64()
159 struct oldabi_stat64 __user * statbuf) in sys_oabi_lstat64() argument
164 error = cp_oldabi_stat64(&stat, statbuf); in sys_oabi_lstat64()
169 struct oldabi_stat64 __user * statbuf) in sys_oabi_fstat64() argument
174 error = cp_oldabi_stat64(&stat, statbuf); in sys_oabi_fstat64()
180 struct oldabi_stat64 __user *statbuf, in sys_oabi_fstatat64() argument
189 return cp_oldabi_stat64(&stat, statbuf); in sys_oabi_fstatat64()
/linux/tools/testing/selftests/filesystems/fuse/
H A Dfusectl_test.c47 struct stat statbuf; in FIXTURE_SETUP() local
90 if (stat(self->fuse_mountpoint, &statbuf)) in FIXTURE_SETUP()
95 self->connection = statbuf.st_dev; in FIXTURE_SETUP()
/linux/tools/perf/util/
H A Dutil.c162 struct stat statbuf; in rm_rf_depth_pat()
165 ret = lstat(path, &statbuf); in rm_rf_depth_pat()
170 if (!(statbuf.st_mode & S_IFDIR)) in rm_rf_depth_pat()
192 ret = lstat(namebuf, &statbuf); in rm_rf_depth_pat()
198 if (S_ISDIR(statbuf.st_mode)) in rm_rf_depth_pat()
164 struct stat statbuf; rm_rf_depth_pat() local
/linux/samples/landlock/
H A Dsandboxer.c152 struct stat statbuf; in populate_ruleset_fs() local
160 if (fstat(path_beneath.parent_fd, &statbuf)) { in populate_ruleset_fs()
167 if (!S_ISDIR(statbuf.st_mode)) in populate_ruleset_fs()
/linux/tools/power/cpupower/utils/
H A Dcpupower.c179 struct stat statbuf; in main() local
220 stat(pathname, &statbuf) != 0) { in main()
/linux/arch/um/drivers/
H A Dvector_user.c900 struct stat statbuf; in uml_vector_user_bpf() local
906 if (stat(filename, &statbuf) < 0) { in uml_vector_user_bpf()
915 bpf_prog->len = statbuf.st_size / sizeof(struct sock_filter); in uml_vector_user_bpf()
922 bpf = uml_kmalloc(statbuf.st_size, UM_GFP_KERNEL); in uml_vector_user_bpf()
928 res = os_read_file(ffd, bpf, statbuf.st_size); in uml_vector_user_bpf()
929 if (res < statbuf.st_size) { in uml_vector_user_bpf()
/linux/include/linux/
H A Dsyscalls.h530 struct stat __user *statbuf, int flag);
531 asmlinkage long sys_newfstat(unsigned int fd, struct stat __user *statbuf);
533 asmlinkage long sys_fstat64(unsigned long fd, struct stat64 __user *statbuf);
535 struct stat64 __user *statbuf, int flag);
1060 struct stat64 __user *statbuf);
1062 struct stat64 __user *statbuf);
1077 struct stat __user *statbuf);
1079 struct stat __user *statbuf);
1191 struct __old_kernel_stat __user *statbuf);
1193 struct __old_kernel_stat __user *statbuf);
[all …]
H A Dcompat.h670 struct compat_stat __user *statbuf,
673 struct compat_stat __user *statbuf);
826 struct compat_stat __user *statbuf);
828 struct compat_stat __user *statbuf);
/linux/tools/testing/selftests/kvm/lib/
H A Dtest_util.c144 struct stat statbuf; in test_sysfs_path() local
147 ret = stat(path, &statbuf); in test_sysfs_path()
/linux/tools/testing/selftests/landlock/
H A Dfs_test.c1921 struct stat statbuf; in test_relative_path()
1933 ASSERT_EQ(0, fstat(src_fd, &statbuf)); in test_relative_path()
1934 ASSERT_EQ(statbuf.st_size, in test_relative_path()
1935 sendfile(dst_fd, src_fd, 0, statbuf.st_size)); in test_relative_path()
7030 struct stat statbuf; in TEST_F_FORK()
7042 if (stat(dir_path, &statbuf)) { in TEST_F_FORK()
7054 if (stat(variant->file_path, &statbuf)) { in matches_log_fs_extra()
2023 struct stat statbuf; copy_file() local
6858 struct stat statbuf; FIXTURE_SETUP() local