Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/memfd/
A Dmemfd_test.c718 F_SEAL_SEAL); in test_basic()
730 mfd_assert_has_seals(fd, F_SEAL_SEAL); in test_basic()
734 mfd_assert_has_seals(fd, F_SEAL_SEAL); in test_basic()
908 mfd_assert_add_seals(fd, F_SEAL_SEAL); in test_share_dup()
914 mfd_fail_add_seals(fd, F_SEAL_SEAL); in test_share_dup()
915 mfd_fail_add_seals(fd2, F_SEAL_SEAL); in test_share_dup()
985 mfd_fail_add_seals(fd, F_SEAL_SEAL); in test_share_open()
1017 mfd_assert_add_seals(fd, F_SEAL_SEAL); in test_share_fork()
1018 mfd_assert_has_seals(fd, F_SEAL_SEAL); in test_share_fork()
1021 mfd_assert_has_seals(fd, F_SEAL_SEAL); in test_share_fork()
[all …]
/linux/mm/
A Dmemfd.c133 #define F_ALL_SEALS (F_SEAL_SEAL | \
189 if (*file_seals & F_SEAL_SEAL) { in memfd_add_seals()
315 *file_seals &= ~F_SEAL_SEAL; in SYSCALL_DEFINE2()
A Dshmem.c2300 info->seals = F_SEAL_SEAL; in shmem_get_inode()
/linux/tools/include/uapi/linux/
A Dfcntl.h41 #define F_SEAL_SEAL 0x0001 /* prevent further seals from being set */ macro
/linux/include/uapi/linux/
A Dfcntl.h41 #define F_SEAL_SEAL 0x0001 /* prevent further seals from being set */ macro
/linux/fs/hugetlbfs/
A Dinode.c851 info->seals = F_SEAL_SEAL; in hugetlbfs_get_inode()

Completed in 22 milliseconds