mirror of
https://github.com/RGBCube/serenity
synced 2025-05-30 19:28:11 +00:00
![]() This allows userspace to trigger a full (FIXME) flush of a shared file mapping to disk. We iterate over all the mapped pages in the VMObject and write them out to the underlying inode, one by one. This is rather naive, and there's lots of room for improvement. Note that shared file mappings are currently not possible since mmap() returns ENOTSUP for PROT_WRITE+MAP_SHARED. That restriction will be removed in a subsequent commit. :^) |
||
---|---|---|
.. | ||
net | ||
netinet | ||
sys | ||
dirent.h | ||
fcntl.h | ||
futex.h | ||
poll.h | ||
sched.h | ||
serenity.h | ||
signal.h | ||
stdio.h | ||
termios.h | ||
time.h | ||
unistd.h |