Searched refs:F_SEAL_SEAL (Results 1 – 6 of 6) sorted by relevance
848 F_SEAL_SEAL); in test_basic()860 mfd_assert_has_seals(fd, F_SEAL_SEAL); in test_basic()864 mfd_assert_has_seals(fd, F_SEAL_SEAL); in test_basic()1078 mfd_assert_has_seals(fd, F_SEAL_SEAL); in test_exec_no_seal()1243 mfd_assert_add_seals(fd, F_SEAL_SEAL); in test_share_dup()1249 mfd_fail_add_seals(fd, F_SEAL_SEAL); in test_share_dup()1250 mfd_fail_add_seals(fd2, F_SEAL_SEAL); in test_share_dup()1320 mfd_fail_add_seals(fd, F_SEAL_SEAL); in test_share_open()1352 mfd_assert_add_seals(fd, F_SEAL_SEAL); in test_share_fork()1353 mfd_assert_has_seals(fd, F_SEAL_SEAL); in test_share_fork()[all …]
150 #define F_ALL_SEALS (F_SEAL_SEAL | \208 if (*file_seals & F_SEAL_SEAL) { in memfd_add_seals()378 *file_seals &= ~F_SEAL_SEAL; in SYSCALL_DEFINE2()383 *file_seals &= ~F_SEAL_SEAL; in SYSCALL_DEFINE2()
2370 info->seals = F_SEAL_SEAL; in shmem_get_inode()
41 #define F_SEAL_SEAL 0x0001 /* prevent further seals from being set */ macro
989 info->seals = F_SEAL_SEAL; in hugetlbfs_get_inode()
Completed in 20 milliseconds