Searched refs:EPERM (Results 1 - 25 of 1493) sorted by relevance

1234567891011>>

/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_deny_namespace.c25 ret = -EPERM;
29 return -EPERM;
H A Diters_css_task.c36 return -EPERM;
47 return -EPERM;
/linux-master/include/uapi/linux/
H A Dkvm_para.h18 #define KVM_EPERM EPERM
/linux-master/fs/btrfs/
H A Dverity.h30 return -EPERM;
/linux-master/include/uapi/asm-generic/
H A Derrno-base.h5 #define EPERM 1 /* Operation not permitted */ macro
/linux-master/tools/include/uapi/asm-generic/
H A Derrno-base.h5 #define EPERM 1 /* Operation not permitted */ macro
/linux-master/net/9p/
H A Derror.c41 {"Operation not permitted", EPERM},
42 {"wstat prohibited", EPERM},
125 {"wstat can't convert between files and directories", EPERM},
137 {"not a member of proposed group", EPERM},
141 {"no access to special file", EPERM},
161 {"only support truncation to zero length", EPERM},
162 {"cannot remove root", EPERM},
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dunpriv_bpf_disabled.c172 -EPERM, "prog_load_fails");
175 * sanity-checked before enforcing -EPERM, so only validate that
176 * the simple ARRAY and HASH maps are failing with -EPERM
180 -EPERM, "map_create_fails");
182 ASSERT_EQ(bpf_prog_get_fd_by_id(prog_id), -EPERM, "prog_get_fd_by_id_fails");
183 ASSERT_EQ(bpf_prog_get_next_id(prog_id, &next), -EPERM, "prog_get_next_id_fails");
184 ASSERT_EQ(bpf_prog_get_next_id(0, &next), -EPERM, "prog_get_next_id_fails");
188 ASSERT_EQ(bpf_map_get_fd_by_id(map_info.id), -EPERM, "map_get_fd_by_id_fails");
189 ASSERT_EQ(bpf_map_get_next_id(map_info.id, &next), -EPERM,
192 ASSERT_EQ(bpf_map_get_next_id(0, &next), -EPERM, "map_get_next_id_fail
[all...]
/linux-master/tools/testing/selftests/nsfs/
H A Downer.c78 if (ioctl(init_uns, NS_GET_USERNS) >= 0 || errno != EPERM)
79 return pr_err("Don't get EPERM");
84 if (ioctl(ns, NS_GET_USERNS) >= 0 || errno != EPERM)
85 return pr_err("Don't get EPERM");
86 if (ioctl(init_uns, NS_GET_USERNS) >= 0 || errno != EPERM)
87 return pr_err("Don't get EPERM");
/linux-master/security/
H A Dmin_addr.c38 return -EPERM;
/linux-master/fs/reiserfs/
H A Dxattr_trusted.c16 return -EPERM;
29 return -EPERM;
/linux-master/drivers/xen/xenbus/
H A Dxenbus_dev_backend.c25 return -EPERM;
78 return -EPERM;
97 return -EPERM;
/linux-master/arch/x86/include/asm/
H A Diosf_mbi.h205 return -EPERM;
212 return -EPERM;
219 return -EPERM;
/linux-master/security/lockdown/
H A Dlockdown.c30 return -EPERM;
63 return -EPERM;
69 return -EPERM;
/linux-master/tools/testing/selftests/tmpfs/
H A Dbug-link-o-tmpfile.c31 if (errno == ENOSYS || errno == EPERM) {
/linux-master/tools/testing/selftests/proc/
H A Dproc-loadavg-001.c31 if (errno == ENOSYS || errno == EPERM)
/linux-master/drivers/dma/idxd/
H A Ddefaults.c18 return -EPERM;
/linux-master/drivers/tty/vt/
H A Dvt_ioctl.c294 return -EPERM;
308 return -EPERM;
363 return -EPERM;
378 return -EPERM;
398 return -EPERM;
456 return -EPERM;
473 return -EPERM;
499 return -EPERM;
503 return -EPERM;
516 return -EPERM;
[all...]
/linux-master/drivers/net/wireless/broadcom/b43legacy/
H A Dsysfs.c72 return -EPERM;
106 return -EPERM;
151 return -EPERM;
174 return -EPERM;
/linux-master/tools/testing/selftests/exec/
H A Drecursion-depth.c36 if (errno == ENOSYS || errno == EPERM) {
/linux-master/net/bridge/
H A Dbr_ioctl.c92 return -EPERM;
220 return -EPERM;
227 return -EPERM;
234 return -EPERM;
241 return -EPERM;
281 return -EPERM;
288 return -EPERM;
297 return -EPERM;
311 return -EPERM;
380 return -EPERM;
[all...]
/linux-master/arch/csky/kernel/
H A Dperf_callchain.c19 return -EPERM;
22 return -EPERM;
/linux-master/arch/powerpc/kernel/
H A Ddexcr.c89 return -EPERM;
107 return -EPERM;
/linux-master/mm/
H A Dhwpoison-inject.c22 return -EPERM;
59 return -EPERM;
/linux-master/tools/testing/selftests/membarrier/
H A Dmembarrier_test_impl.h116 if (errno != EPERM) {
119 test_name, flags, EPERM, strerror(EPERM),
175 if (errno != EPERM) {
178 test_name, flags, EPERM, strerror(EPERM),

Completed in 293 milliseconds

1234567891011>>