Home
last modified time | relevance | path

Searched refs:F_GET_SEALS (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/tools/testing/selftests/memfd/
H A Dfuse_test.c68 r = fcntl(fd, F_GET_SEALS); in mfd_assert_get_seals()
108 r = fcntl(fd, F_GET_SEALS); in mfd_busy_add_seals()
H A Dmemfd_test.c186 r = fcntl(fd, F_GET_SEALS); in mfd_assert_get_seals()
227 r = fcntl(fd, F_GET_SEALS); in mfd_fail_add_seals()
/openbmc/qemu/include/qemu/
H A Dmemfd.h11 #define F_GET_SEALS (F_LINUX_SPECIFIC_BASE + 10) macro
/openbmc/linux/tools/include/uapi/linux/
H A Dfcntl.h36 #define F_GET_SEALS (F_LINUX_SPECIFIC_BASE + 10) macro
/openbmc/linux/include/uapi/linux/
H A Dfcntl.h36 #define F_GET_SEALS (F_LINUX_SPECIFIC_BASE + 10) macro
/openbmc/linux/tools/perf/trace/beauty/
H A Dfcntl.c61 if (arg->val == F_GET_SEALS || in syscall_arg__scnprintf_fcntl_cmd()
/openbmc/qemu/hw/display/
H A Dvirtio-gpu-udmabuf.c103 ret = fcntl(rb->fd, F_GET_SEALS); in find_memory_backend_type()
/openbmc/linux/mm/
H A Dmemfd.c254 case F_GET_SEALS: in memfd_fcntl()
/openbmc/linux/drivers/dma-buf/
H A Dudmabuf.c247 seals = memfd_fcntl(memfd, F_GET_SEALS, 0); in udmabuf_create()
/openbmc/linux/fs/
H A Dfcntl.c407 case F_GET_SEALS: in do_fcntl()
/openbmc/qemu/linux-user/
H A Dsyscall.c6823 ret = F_GET_SEALS; in target_to_host_fcntl_cmd()