Home
last modified time | relevance | path

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

/tools/perf/trace/beauty/include/uapi/linux/
A Dfcntl.h40 #define F_ADD_SEALS (F_LINUX_SPECIFIC_BASE + 9) macro
/tools/testing/selftests/memfd/
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()
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()
/tools/testing/selftests/drivers/dma-buf/
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()
/tools/testing/selftests/bpf/prog_tests/
A Ddmabuf_iter.c46 if (!ASSERT_OK(fcntl(memfd, F_ADD_SEALS, F_SEAL_SHRINK), "seal")) in create_udmabuf()
/tools/testing/selftests/drivers/net/hw/
A Dncdevmem.c140 ret = fcntl(ctx->memfd, F_ADD_SEALS, F_SEAL_SHRINK); in udmabuf_alloc()
/tools/testing/selftests/mm/
A Dguard-regions.c1950 ASSERT_EQ(fcntl(self->fd, F_ADD_SEALS, F_SEAL_WRITE), 0); in TEST_F()

Completed in 15 milliseconds