Searched refs:F_SEAL_WRITE (Results 1 – 11 of 11) sorted by relevance
37 F_SEAL_WRITE | \900 F_SEAL_WRITE); in test_basic()902 F_SEAL_WRITE); in test_basic()906 F_SEAL_WRITE); in test_basic()908 F_SEAL_WRITE); in test_basic()914 F_SEAL_WRITE | in test_basic()930 F_SEAL_WRITE); in test_basic()949 mfd_assert_add_seals(fd, F_SEAL_WRITE); in test_seal_write()950 mfd_assert_has_seals(fd, F_SEAL_WRITE); in test_seal_write()1012 mfd_assert_add_seals(fd, F_SEAL_WRITE); in test_seal_write_map_read_shared()[all …]
186 r = mfd_busy_add_seals(global_mfd, F_SEAL_WRITE); in sealing_thread_fn() 194 mfd_assert_add_seals(global_mfd, F_SEAL_WRITE); in sealing_thread_fn() 298 was_sealed = mfd_assert_get_seals(mfd) & F_SEAL_WRITE; in main() 303 mfd_assert_has_seals(mfd, F_SEAL_WRITE); in main()
190 F_SEAL_WRITE | \249 if ((seals & F_SEAL_WRITE) && !(*file_seals & F_SEAL_WRITE)) { in memfd_add_seals()265 seals |= F_SEAL_SHRINK|F_SEAL_GROW|F_SEAL_WRITE|F_SEAL_FUTURE_WRITE; in memfd_add_seals()
3113 F_SEAL_WRITE | F_SEAL_FUTURE_WRITE))) { in shmem_write_begin()3114 if (info->seals & (F_SEAL_WRITE | F_SEAL_FUTURE_WRITE)) in shmem_write_begin()3501 if (info->seals & (F_SEAL_WRITE | F_SEAL_FUTURE_WRITE)) { in shmem_fallocate()
49 #define F_SEAL_WRITE 0x0008 /* prevent writes */ macro
285 F_SEAL_WRITE | F_SEAL_SHRINK | F_SEAL_GROW | F_SEAL_SEAL); in init_stub_exe_fd()
300 #define SEALS_DENIED (F_SEAL_WRITE|F_SEAL_FUTURE_WRITE)
693 if (info->seals & (F_SEAL_WRITE | F_SEAL_FUTURE_WRITE)) { in hugetlbfs_punch_hole()
4107 return seals & (F_SEAL_WRITE | F_SEAL_FUTURE_WRITE); in is_write_sealed()