Searched refs:F_ADD_SEALS (Results 1 – 13 of 13) sorted by relevance
/openbmc/qemu/include/qemu/ |
H A D | memfd.h | 9 #ifndef F_ADD_SEALS 10 #define F_ADD_SEALS (F_LINUX_SPECIFIC_BASE + 9) macro
|
/openbmc/linux/tools/testing/selftests/memfd/ |
H A D | fuse_test.c | 95 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 D | memfd_test.c | 215 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 D | fcntl.h | 35 #define F_ADD_SEALS (F_LINUX_SPECIFIC_BASE + 9) macro
|
/openbmc/linux/include/uapi/linux/ |
H A D | fcntl.h | 35 #define F_ADD_SEALS (F_LINUX_SPECIFIC_BASE + 9) macro
|
/openbmc/linux/tools/testing/selftests/drivers/dma-buf/ |
H A D | udmabuf.c | 46 ret = fcntl(memfd, F_ADD_SEALS, F_SEAL_SHRINK); in main()
|
/openbmc/qemu/util/ |
H A D | memfd.c | 85 if (seals && fcntl(mfd, F_ADD_SEALS, seals) == -1) { in qemu_memfd_create()
|
/openbmc/qemu/contrib/vhost-user-gpu/ |
H A D | vugbm.c | 75 ret = fcntl(buf->memfd, F_ADD_SEALS, F_SEAL_SHRINK); in udmabuf_alloc_bo()
|
/openbmc/linux/mm/ |
H A D | memfd.c | 251 case F_ADD_SEALS: in memfd_fcntl()
|
/openbmc/linux/fs/ |
H A D | fcntl.c | 406 case F_ADD_SEALS: in do_fcntl()
|
/openbmc/qemu/subprojects/libvhost-user/ |
H A D | libvhost-user.c | 1896 ret = fcntl(*fd, F_ADD_SEALS, flags); in memfd_alloc()
|
/openbmc/qemu/linux-user/ |
H A D | strace.c | 2342 #ifdef F_ADD_SEALS in print_fcntl()
|
H A D | syscall.c | 6818 #ifdef F_ADD_SEALS in target_to_host_fcntl_cmd() 6820 ret = F_ADD_SEALS; in target_to_host_fcntl_cmd()
|