Home
last modified time | relevance | path

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

/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.c201 r = fcntl(fd, F_GET_SEALS); in mfd_assert_get_seals()
241 r = fcntl(fd, F_GET_SEALS); in mfd_fail_add_seals()
/linux/tools/include/uapi/linux/
H A Dfcntl.h
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dfcntl.h42 #define F_GET_SEALS (F_LINUX_SPECIFIC_BASE + 10) macro
/linux/tools/perf/trace/beauty/
H A Dfcntl.c77 if (arg->val == F_GET_SEALS || in syscall_arg__scnprintf_fcntl_arg()
/linux/drivers/dma-buf/
H A Dudmabuf.c279 seals = memfd_fcntl(memfd, F_GET_SEALS, 0); in check_memfd_seals()