Home
last modified time | relevance | path

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

/openbmc/qemu/include/qemu/
H A Dmemfd.h9 #ifndef F_ADD_SEALS
10 #define F_ADD_SEALS (F_LINUX_SPECIFIC_BASE + 9) macro
/openbmc/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.c215 r = fcntl(fd, F_ADD_SEALS, seals); in mfd_assert_add_seals()
233 r = fcntl(fd, F_ADD_SEALS, seals); in mfd_fail_add_seals()
/openbmc/linux/tools/include/uapi/linux/
H A Dfcntl.h35 #define F_ADD_SEALS (F_LINUX_SPECIFIC_BASE + 9) macro
/openbmc/linux/include/uapi/linux/
H A Dfcntl.h35 #define F_ADD_SEALS (F_LINUX_SPECIFIC_BASE + 9) macro
/openbmc/linux/tools/testing/selftests/drivers/dma-buf/
H A Dudmabuf.c46 ret = fcntl(memfd, F_ADD_SEALS, F_SEAL_SHRINK); in main()
/openbmc/qemu/util/
H A Dmemfd.c85 if (seals && fcntl(mfd, F_ADD_SEALS, seals) == -1) { in qemu_memfd_create()
/openbmc/qemu/contrib/vhost-user-gpu/
H A Dvugbm.c75 ret = fcntl(buf->memfd, F_ADD_SEALS, F_SEAL_SHRINK); in udmabuf_alloc_bo()
/openbmc/linux/mm/
H A Dmemfd.c251 case F_ADD_SEALS: in memfd_fcntl()
/openbmc/linux/fs/
H A Dfcntl.c406 case F_ADD_SEALS: in do_fcntl()
/openbmc/qemu/subprojects/libvhost-user/
H A Dlibvhost-user.c1896 ret = fcntl(*fd, F_ADD_SEALS, flags); in memfd_alloc()
/openbmc/qemu/linux-user/
H A Dstrace.c2342 #ifdef F_ADD_SEALS in print_fcntl()
H A Dsyscall.c6818 #ifdef F_ADD_SEALS in target_to_host_fcntl_cmd()
6820 ret = F_ADD_SEALS; in target_to_host_fcntl_cmd()