Searched refs:F_SEAL_FUTURE_WRITE (Results 1 – 8 of 8) sorted by relevance
191 F_SEAL_FUTURE_WRITE)265 seals |= F_SEAL_SHRINK|F_SEAL_GROW|F_SEAL_WRITE|F_SEAL_FUTURE_WRITE; in memfd_add_seals()332 return seals & (F_SEAL_WRITE | F_SEAL_FUTURE_WRITE); in is_write_sealed()
3294 F_SEAL_WRITE | F_SEAL_FUTURE_WRITE))) { in shmem_write_begin()3295 if (info->seals & (F_SEAL_WRITE | F_SEAL_FUTURE_WRITE)) in shmem_write_begin()3682 if (info->seals & (F_SEAL_WRITE | F_SEAL_FUTURE_WRITE)) { in shmem_fallocate()
50 #define F_SEAL_FUTURE_WRITE 0x0010 /* prevent future writes while mapped */ macro
38 F_SEAL_FUTURE_WRITE | \980 mfd_assert_add_seals(fd, F_SEAL_FUTURE_WRITE); in test_seal_future_write()981 mfd_assert_has_seals(fd, F_SEAL_FUTURE_WRITE); in test_seal_future_write()
300 #define SEALS_DENIED (F_SEAL_WRITE|F_SEAL_FUTURE_WRITE)
688 if (info->seals & (F_SEAL_WRITE | F_SEAL_FUTURE_WRITE)) { in hugetlbfs_punch_hole()