Searched refs:EPERM (Results 1 - 25 of 1486) sorted by last modified time

1234567891011>>

/linux-master/virt/kvm/
H A Dkvm_main.c4648 return -EPERM;
/linux-master/tools/testing/selftests/mm/
H A Dmremap_test.c202 if (errno == EPERM || errno == EEXIST)
/linux-master/tools/testing/selftests/memfd/
H A Dmemfd_test.c510 if (l != -EPERM) {
511 printf("expected EPERM on write(), but got %d: %m\n", (int)l);
/linux-master/tools/testing/selftests/landlock/
H A Dfs_test.c833 ASSERT_EQ(EPERM, errno);
1676 ASSERT_EQ(EPERM, errno);
1678 ASSERT_EQ(EPERM, errno);
1712 ASSERT_EQ(EPERM, errno);
1762 ASSERT_EQ(EPERM, errno);
1764 ASSERT_EQ(EPERM, errno);
1767 ASSERT_EQ(EPERM, errno);
1769 ASSERT_EQ(EPERM, errno);
1771 ASSERT_EQ(EPERM, errno);
H A Dbase_test.c214 ASSERT_EQ(EPERM, errno);
216 ASSERT_EQ(EPERM, errno);
218 ASSERT_EQ(EPERM, errno);
/linux-master/security/landlock/
H A Dsyscalls.c250 ruleset = ERR_PTR(-EPERM);
403 * - %EPERM: @ruleset_fd has no write access to the underlying ruleset;
459 * - %EPERM: @ruleset_fd has no read access to the underlying ruleset, or the
477 * Similar checks as for seccomp(2), except that an -EPERM may be
482 return -EPERM;
H A Dfs.c1345 return -EPERM;
1353 return -EPERM;
1364 return -EPERM;
1371 return -EPERM;
1387 return -EPERM;
/linux-master/net/x25/
H A Daf_x25.c1425 rc = -EPERM;
1434 rc = -EPERM;
1703 rc = -EPERM;
1712 rc = -EPERM;
/linux-master/net/unix/
H A Daf_unix.c1394 err = -EPERM;
2015 err = -EPERM;
3023 return -EPERM;
/linux-master/net/
H A Dsocket.c1309 err = -EPERM;
/linux-master/net/sctp/
H A Dsocket.c3325 return -EPERM;
3335 return -EPERM;
3338 return -EPERM;
4244 return -EPERM;
/linux-master/net/rose/
H A Daf_rose.c1371 return -EPERM;
1391 if (!capable(CAP_NET_ADMIN)) return -EPERM;
/linux-master/net/phonet/
H A Dpep.c1026 err = -EPERM;
H A Dsocket.c635 return -EPERM;
654 return -EPERM;
/linux-master/net/packet/
H A Daf_packet.c1596 return -EPERM;
1617 return -EPERM;
3343 return -EPERM;
/linux-master/net/nfc/
H A Dllcp_sock.c1038 return -EPERM;
/linux-master/net/netrom/
H A Daf_netrom.c602 return -EPERM;
617 return -EPERM;
695 err = -EPERM;
1253 return -EPERM;
/linux-master/net/llc/
H A Daf_llc.c178 return -EPERM;
/linux-master/net/ipv6/
H A Droute.c4471 return -EPERM;
/linux-master/net/ipv4/
H A Daf_inet.c313 err = -EPERM;
/linux-master/net/core/
H A Dsock.c634 ret = -EPERM;
1126 return -EPERM;
1149 return -EPERM;
1155 return -EPERM;
1248 ret = -EPERM;
1270 ret = -EPERM;
1419 ret = -EPERM;
1427 ret = -EPERM;
1497 ret = -EPERM;
2817 return -EPERM;
[all...]
/linux-master/net/bluetooth/
H A Dl2cap_sock.c1034 err = -EPERM;
1905 return -EPERM;
/linux-master/net/ax25/
H A Daf_ax25.c887 return -EPERM;
1804 res = -EPERM;
1824 res = -EPERM;
1832 res = -EPERM;
1890 res = -EPERM;
/linux-master/mm/
H A Dswapfile.c2475 return -EPERM;
2801 return ERR_PTR(-EPERM);
3076 return -EPERM;
H A Dshmem.c1168 return -EPERM;
1179 return -EPERM;
2738 return -EPERM;
2740 return -EPERM;
3103 error = -EPERM;
3135 error = -EPERM;

Completed in 450 milliseconds

1234567891011>>