Searched refs:F_SEAL_SEAL (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/tools/testing/selftests/memfd/ |
H A D | memfd_test.c | 899 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 D | memfd.c | 150 #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 D | shmem.c | 2483 info->seals = F_SEAL_SEAL; in __shmem_get_inode()
|
/openbmc/qemu/include/qemu/ |
H A D | memfd.h | 13 #define F_SEAL_SEAL 0x0001 /* prevent further seals from being set */ macro
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | fcntl.h | 41 #define F_SEAL_SEAL 0x0001 /* prevent further seals from being set */ macro
|
/openbmc/linux/include/uapi/linux/ |
H A D | fcntl.h | 41 #define F_SEAL_SEAL 0x0001 /* prevent further seals from being set */ macro
|
/openbmc/qemu/backends/ |
H A D | hostmem-memfd.c | 47 F_SEAL_GROW | F_SEAL_SHRINK | F_SEAL_SEAL : 0, in memfd_backend_memory_alloc()
|
/openbmc/linux/fs/hugetlbfs/ |
H A D | inode.c | 1040 info->seals = F_SEAL_SEAL; in hugetlbfs_get_inode()
|
/openbmc/qemu/hw/virtio/ |
H A D | vhost.c | 351 F_SEAL_GROW | F_SEAL_SHRINK | F_SEAL_SEAL, in vhost_log_alloc()
|
/openbmc/qemu/subprojects/libvhost-user/ |
H A D | libvhost-user.c | 1936 F_SEAL_GROW | F_SEAL_SHRINK | F_SEAL_SEAL, in vu_get_inflight_fd()
|