Searched refs:F_ADD_SEALS (Results 1 – 9 of 9) sorted by relevance
| /linux/tools/testing/selftests/memfd/ |
| H A D | fuse_test.c | 95 r = fcntl(fd, F_ADD_SEALS, seals); in mfd_assert_add_seals() 114 r = fcntl(fd, F_ADD_SEALS, seals); in mfd_busy_add_seals()
|
| H A D | memfd_test.c | 229 r = fcntl(fd, F_ADD_SEALS, seals); in mfd_assert_add_seals() 247 r = fcntl(fd, F_ADD_SEALS, seals); in mfd_fail_add_seals()
|
| /linux/tools/include/uapi/linux/ |
| H A D | fcntl.h | |
| /linux/tools/perf/trace/beauty/include/uapi/linux/ |
| H A D | fcntl.h | 41 #define F_ADD_SEALS (F_LINUX_SPECIFIC_BASE + 9) macro
|
| /linux/tools/testing/selftests/drivers/dma-buf/ |
| H A D | udmabuf.c | 42 ret = fcntl(memfd, F_ADD_SEALS, F_SEAL_SHRINK); in create_memfd_with_seals() 157 ret = fcntl(memfd, F_ADD_SEALS, F_SEAL_SHRINK); in main()
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | dmabuf_iter.c | 46 if (!ASSERT_OK(fcntl(memfd, F_ADD_SEALS, F_SEAL_SHRINK), "seal")) in create_udmabuf()
|
| /linux/arch/um/os-Linux/skas/ |
| H A D | process.c | 405 fcntl(stub_exe_fd, F_ADD_SEALS, in init_stub_exe_fd()
|
| /linux/tools/testing/selftests/drivers/net/hw/ |
| H A D | ncdevmem.c | 175 ret = fcntl(ctx->memfd, F_ADD_SEALS, F_SEAL_SHRINK); in udmabuf_alloc()
|
| /linux/tools/testing/selftests/mm/ |
| H A D | guard-regions.c | 2004 ASSERT_EQ(fcntl(self->fd, F_ADD_SEALS, F_SEAL_WRITE), 0); in TEST_F()
|