Searched refs:F_SEAL_FUTURE_WRITE (Results 1 – 6 of 6) sorted by relevance
45 #define F_SEAL_FUTURE_WRITE 0x0010 /* prevent future writes while mapped */ macro
137 F_SEAL_FUTURE_WRITE)
2260 if (info->seals & F_SEAL_FUTURE_WRITE) { in shmem_mmap()2526 F_SEAL_WRITE | F_SEAL_FUTURE_WRITE))) { in shmem_write_begin()2527 if (info->seals & (F_SEAL_WRITE | F_SEAL_FUTURE_WRITE)) in shmem_write_begin()2790 if (info->seals & (F_SEAL_WRITE | F_SEAL_FUTURE_WRITE)) { in shmem_fallocate()
783 mfd_assert_add_seals(fd, F_SEAL_FUTURE_WRITE); in test_seal_future_write()784 mfd_assert_has_seals(fd, F_SEAL_FUTURE_WRITE); in test_seal_future_write()
608 if (info->seals & (F_SEAL_WRITE | F_SEAL_FUTURE_WRITE)) { in hugetlbfs_punch_hole()