nuttx/fs/mmap
Shoukui Zhang 43223124ec vfs/file: add reference counting to prevent accidental close during reading writing...
Signed-off-by: Shoukui Zhang <zhangshoukui@xiaomi.com>
2024-09-17 12:01:53 +08:00
..
CMakeLists.txt cmake: fix CMake build break 2023-07-15 23:32:36 +08:00
fs_anonmap.c sched: use this_task replace nxsched_self 2024-09-05 09:33:50 -03:00
fs_anonmap.h fs/mmap: Support the no backing file for anonymous mapping 2023-01-12 19:11:56 +02:00
fs_mmap.c vfs/file: add reference counting to prevent accidental close during reading writing... 2024-09-17 12:01:53 +08:00
fs_mmisc.c mmap: Implement the minial but reasonable mlock/munlock/mprotect 2021-07-01 08:06:54 +09:00
fs_munmap.c sched: use this_task replace nxsched_self 2024-09-05 09:33:50 -03:00
fs_rammap.c sched: use this_task replace nxsched_self 2024-09-05 09:33:50 -03:00
fs_rammap.h fs/mmap: Remove the duplication rammap handling 2023-01-12 19:11:56 +02:00
Kconfig Kconfig: Change some "default y" to "default !DEFAULT_SMALL" 2023-07-16 14:39:20 -03:00
Make.defs Move anonymous mapping emulation into own module under fs/mmap 2023-01-10 18:34:25 +08:00