Home
last modified time | relevance | path

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

/linux/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.c229 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 Dfcntl.h
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dfcntl.h41 #define F_ADD_SEALS (F_LINUX_SPECIFIC_BASE + 9) macro
/linux/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/tools/testing/selftests/bpf/prog_tests/
H A Ddmabuf_iter.c46 if (!ASSERT_OK(fcntl(memfd, F_ADD_SEALS, F_SEAL_SHRINK), "seal")) in create_udmabuf()
/linux/arch/um/os-Linux/skas/
H A Dprocess.c405 fcntl(stub_exe_fd, F_ADD_SEALS, in init_stub_exe_fd()
/linux/tools/testing/selftests/drivers/net/hw/
H A Dncdevmem.c175 ret = fcntl(ctx->memfd, F_ADD_SEALS, F_SEAL_SHRINK); in udmabuf_alloc()
/linux/tools/testing/selftests/mm/
H A Dguard-regions.c2004 ASSERT_EQ(fcntl(self->fd, F_ADD_SEALS, F_SEAL_WRITE), 0); in TEST_F()