Home
last modified time | relevance | path

Searched refs:F_SEAL_SEAL (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/tools/testing/selftests/memfd/
H A Dmemfd_test.c899 mfd_assert_add_seals(fd, F_SEAL_GROW | F_SEAL_SEAL); in test_basic()
903 F_SEAL_SEAL); in test_basic()
915 mfd_assert_has_seals(fd, F_SEAL_SEAL); in test_basic()
919 mfd_assert_has_seals(fd, F_SEAL_SEAL); in test_basic()
1133 mfd_assert_has_seals(fd, F_SEAL_SEAL); in test_exec_no_seal()
1448 mfd_assert_add_seals(fd, F_SEAL_SEAL); in test_share_dup()
1449 mfd_assert_has_seals(fd, F_SEAL_WRITE | F_SEAL_SHRINK | F_SEAL_SEAL); in test_share_dup()
1450 mfd_assert_has_seals(fd2, F_SEAL_WRITE | F_SEAL_SHRINK | F_SEAL_SEAL); in test_share_dup()
1454 mfd_fail_add_seals(fd, F_SEAL_SEAL); in test_share_dup()
1455 mfd_fail_add_seals(fd2, F_SEAL_SEAL); in test_share_dup()
[all …]
/openbmc/linux/mm/
H A Dmemfd.c150 #define F_ALL_SEALS (F_SEAL_SEAL | \
208 if (*file_seals & F_SEAL_SEAL) { in memfd_add_seals()
377 *file_seals &= ~F_SEAL_SEAL; in SYSCALL_DEFINE2()
384 *file_seals &= ~F_SEAL_SEAL; in SYSCALL_DEFINE2()
H A Dshmem.c2483 info->seals = F_SEAL_SEAL; in __shmem_get_inode()
/openbmc/qemu/include/qemu/
H A Dmemfd.h13 #define F_SEAL_SEAL 0x0001 /* prevent further seals from being set */ macro
/openbmc/linux/tools/include/uapi/linux/
H A Dfcntl.h41 #define F_SEAL_SEAL 0x0001 /* prevent further seals from being set */ macro
/openbmc/linux/include/uapi/linux/
H A Dfcntl.h41 #define F_SEAL_SEAL 0x0001 /* prevent further seals from being set */ macro
/openbmc/qemu/backends/
H A Dhostmem-memfd.c47 F_SEAL_GROW | F_SEAL_SHRINK | F_SEAL_SEAL : 0, in memfd_backend_memory_alloc()
/openbmc/linux/fs/hugetlbfs/
H A Dinode.c1040 info->seals = F_SEAL_SEAL; in hugetlbfs_get_inode()
/openbmc/qemu/hw/virtio/
H A Dvhost.c351 F_SEAL_GROW | F_SEAL_SHRINK | F_SEAL_SEAL, in vhost_log_alloc()
/openbmc/qemu/subprojects/libvhost-user/
H A Dlibvhost-user.c1936 F_SEAL_GROW | F_SEAL_SHRINK | F_SEAL_SEAL, in vu_get_inflight_fd()