Home
last modified time | relevance | path

Searched refs:F_ADD_SEALS (Results 1 – 8 of 8) 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.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/tools/include/uapi/linux/
H A Dfcntl.h
/linux/include/uapi/linux/
H A Dfcntl.h40 #define F_ADD_SEALS (F_LINUX_SPECIFIC_BASE + 9) macro
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dfcntl.h40 #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/mm/
H A Dmemfd.c287 case F_ADD_SEALS: in memfd_fcntl()
/linux/arch/um/os-Linux/skas/
H A Dprocess.c284 fcntl(stub_exe_fd, F_ADD_SEALS, in init_stub_exe_fd()