Searched refs:EPERM (Results 51 - 75 of 1478) sorted by relevance

1234567891011>>

/linux-master/tools/testing/selftests/bpf/progs/
H A Dima.c61 return -EPERM;
H A Dtest_sig_in_xattr.c72 return -EPERM;
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Ddeny_namespace.c60 ASSERT_EQ(create_user_ns(), EPERM, "unpriv new user ns"); local
H A Dtoken.c323 ASSERT_EQ(err, -EPERM, "delegate_cmd_eperm");
325 ASSERT_EQ(err, -EPERM, "delegate_maps_eperm");
327 ASSERT_EQ(err, -EPERM, "delegate_progs_eperm");
329 ASSERT_EQ(err, -EPERM, "delegate_attachs_eperm");
353 if (!ASSERT_EQ(err, -EPERM, "delegate_cmd_eperm_reconfig")) {
358 if (!ASSERT_EQ(err, -EPERM, "delegate_maps_eperm_reconfig")) {
363 if (!ASSERT_EQ(err, -EPERM, "delegate_progs_eperm_reconfig")) {
368 if (!ASSERT_EQ(err, -EPERM, "delegate_attachs_eperm_reconfig")) {
669 err = -EPERM;
678 if (!ASSERT_EQ(prog_fd, -EPERM, "prog_fd_eper
[all...]
/linux-master/drivers/gpu/drm/i915/pxp/
H A Dintel_pxp_debugfs.c42 return -EPERM;
/linux-master/fs/verity/
H A Dsignature.c60 return -EPERM;
/linux-master/kernel/
H A Dpid_sysctl.h16 return -EPERM;
H A Duser_namespace.c104 ret = -EPERM;
112 ret = -EPERM;
969 ret = -EPERM;
1045 ret = -EPERM;
1050 ret = -EPERM;
1119 return -EPERM;
1122 return -EPERM;
1136 return -EPERM;
1139 return -EPERM;
1153 return -EPERM;
[all...]
/linux-master/fs/udf/
H A Dfile.c136 return -EPERM;
153 return -EPERM;
227 return -EPERM;
231 return -EPERM;
/linux-master/security/landlock/
H A Dtask.c72 return -EPERM;
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dadf_heartbeat.h71 return -EPERM;
/linux-master/block/
H A Dblk-lib.c45 return -EPERM;
126 return -EPERM;
174 return -EPERM;
319 return -EPERM;
/linux-master/tools/testing/selftests/exec/
H A Drecursion-depth.c36 if (errno == ENOSYS || errno == EPERM) {
/linux-master/drivers/net/wireless/ath/wil6210/
H A Dpmc.c240 pmc->last_cmd_status = -EPERM;
328 pmc->last_cmd_status = -EPERM;
330 return -EPERM;
381 pmc->last_cmd_status = -EPERM;
383 return -EPERM;
432 pmc->last_cmd_status = -EPERM;
434 return -EPERM;
/linux-master/security/integrity/evm/
H A Devm_main.c501 return -EPERM;
503 return -EPERM;
539 -EPERM, 0);
564 -EPERM, 0);
565 return evm_status == INTEGRITY_PASS ? 0 : -EPERM;
600 return -EPERM;
667 * Return: zero on success, -EPERM on failure.
705 -EPERM, 0);
706 return -EPERM;
719 * Return: zero on success, -EPERM o
[all...]
/linux-master/drivers/media/radio/wl128x/
H A Dfmdrv_tx.c144 return -EPERM;
172 return -EPERM;
286 return -EPERM;
325 return -EPERM;
357 return -EPERM;
/linux-master/net/atm/
H A Dresources.c272 error = -EPERM;
285 error = -EPERM;
311 error = -EPERM;
324 error = -EPERM;
368 error = -EPERM;
/linux-master/sound/core/
H A Dcompress_offload.c606 return -EPERM;
699 return -EPERM;
705 return -EPERM;
722 return -EPERM;
728 return -EPERM;
740 return -EPERM;
745 return -EPERM;
762 return -EPERM;
863 return -EPERM;
886 return -EPERM;
[all...]
/linux-master/fs/bcachefs/
H A Dchardev.c191 return -EPERM;
292 return -EPERM;
303 return -EPERM;
316 return -EPERM;
337 return -EPERM;
359 return -EPERM;
380 return -EPERM;
405 return -EPERM;
486 return -EPERM;
682 return -EPERM;
[all...]
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dfwil.c207 err = -EPERM;
234 err = -EPERM;
314 err = -EPERM;
341 err = -EPERM;
395 err = -EPERM;
421 err = -EPERM;
/linux-master/net/ax25/
H A Dax25_uid.c93 return -EPERM;
119 return -EPERM;
/linux-master/arch/x86/kernel/
H A Dioport.c75 return -EPERM;
191 return -EPERM;
/linux-master/fs/reiserfs/
H A Dioctl.c47 err = -EPERM;
100 err = -EPERM;
/linux-master/kernel/cgroup/
H A Dnamespace.c67 return ERR_PTR(-EPERM);
105 return -EPERM;
/linux-master/drivers/nvmem/
H A Dsnvs_lpgpr.c66 return -EPERM;
73 return -EPERM;

Completed in 235 milliseconds

1234567891011>>