nuttx/fs/shm
Jukka Laitinen a3f733d387 fs/shm: Add a flag FS_SHMFS_NO_ALIGN to remove SHM alignment
This can be used on small systems to save RAM if the SHM object
doesn't need to be cache-aligned.

Signed-off-by: Jukka Laitinen <jukka.laitinen@tii.ae>
2026-08-18 09:45:40 +02:00
..
CMakeLists.txt fs: migrate to SPDX identifier 2024-11-06 01:58:54 +08:00
Kconfig fs/shm: Add a flag FS_SHMFS_NO_ALIGN to remove SHM alignment 2026-08-18 09:45:40 +02:00
Make.defs fs: migrate to SPDX identifier 2024-11-06 01:58:54 +08:00
shm_open.c fs: enforce permission checks when opening IPC pseudo-inodes 2026-07-30 09:48:10 +08:00
shm_unlink.c fs: Move inotify.c from fs/notify/ to fs/vfs/ 2025-06-23 18:17:10 -03:00
shmfs.c style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
shmfs.h fs: migrate to SPDX identifier 2024-11-06 01:58:54 +08:00
shmfs_alloc.c fs/shm: Add a flag FS_SHMFS_NO_ALIGN to remove SHM alignment 2026-08-18 09:45:40 +02:00