Home
last modified time | relevance | path

Searched refs:F_GET_SEALS (Results 1 – 9 of 9) 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.c184 r = fcntl(fd, F_GET_SEALS); in mfd_assert_get_seals()
224 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.h41 #define F_GET_SEALS (F_LINUX_SPECIFIC_BASE + 10) macro
/linux/include/uapi/linux/
H A Dfcntl.h41 #define F_GET_SEALS (F_LINUX_SPECIFIC_BASE + 10) macro
/linux/tools/perf/trace/beauty/
H A Dfcntl.c61 if (arg->val == F_GET_SEALS || in syscall_arg__scnprintf_fcntl_cmd()
/linux/mm/
H A Dmemfd.c290 case F_GET_SEALS: in memfd_fcntl()
/linux/drivers/dma-buf/
H A Dudmabuf.c309 seals = memfd_fcntl(memfd, F_GET_SEALS, 0); in check_memfd_seals()
/linux/fs/
H A Dfcntl.c546 case F_GET_SEALS: in do_fcntl()