Home
last modified time | relevance | path

Searched refs:F_ADD_SEALS (Results 1 – 10 of 10) sorted by relevance

/linux-6.15/tools/testing/selftests/memfd/
H A Dfuse_test.c95 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 Dmemfd_test.c212 r = fcntl(fd, F_ADD_SEALS, seals); in mfd_assert_add_seals()
230 r = fcntl(fd, F_ADD_SEALS, seals); in mfd_fail_add_seals()
/linux-6.15/tools/perf/trace/beauty/include/uapi/linux/
H A Dfcntl.h40 #define F_ADD_SEALS (F_LINUX_SPECIFIC_BASE + 9) macro
/linux-6.15/include/uapi/linux/
H A Dfcntl.h40 #define F_ADD_SEALS (F_LINUX_SPECIFIC_BASE + 9) macro
/linux-6.15/tools/testing/selftests/drivers/dma-buf/
H A Dudmabuf.c42 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-6.15/mm/
H A Dmemfd.c287 case F_ADD_SEALS: in memfd_fcntl()
/linux-6.15/arch/um/os-Linux/skas/
H A Dprocess.c294 fcntl(stub_exe_fd, F_ADD_SEALS, in init_stub_exe_fd()
/linux-6.15/tools/testing/selftests/drivers/net/hw/
H A Dncdevmem.c121 ret = fcntl(ctx->memfd, F_ADD_SEALS, F_SEAL_SHRINK); in udmabuf_alloc()
/linux-6.15/fs/
H A Dfcntl.c545 case F_ADD_SEALS: in do_fcntl()
/linux-6.15/tools/testing/selftests/mm/
H A Dguard-regions.c1943 ASSERT_EQ(fcntl(self->fd, F_ADD_SEALS, F_SEAL_WRITE), 0); in TEST_F()