nuttx/fs/mount
zhangyu117 d7771b6158 nuttx/atomic: replace atomic_fetch_xxx with atomic_xxx just like zephyr
Rename atomic_fetch_add/sub/or/and/xor to atomic_add/sub/or/and/xor
to avoid conflicts with the C/C++ standard library naming. The
atomic_fetch_xxx naming is reserved by the standard; keeping it causes
function name conflicts when source files indirectly include both
<nuttx/atomic.h> and <atomic>/<stdatomic.h>.

Signed-off-by: zhangyu117 <zhangyu117@xiaomi.com>
2026-08-24 13:20:45 +08:00
..
CMakeLists.txt fs: migrate to SPDX identifier 2024-11-06 01:58:54 +08:00
fs_automount.c drivers/: Multiple Drivers Are Registered With World Writable - Part 2 2026-07-15 15:27:28 +08:00
fs_foreachmountpoint.c fs: migrate to SPDX identifier 2024-11-06 01:58:54 +08:00
fs_gettype.c fs/mount: Name xipfs in statfs and fs_gettype. 2026-07-29 07:49:03 -03:00
fs_mount.c nuttx/atomic: replace atomic_fetch_xxx with atomic_xxx just like zephyr 2026-08-24 13:20:45 +08:00
fs_procfs_mount.c !include/fcntl.h: align open flags with Linux values 2026-06-30 13:43:44 +08:00
fs_umount2.c nuttx/atomic: replace atomic_fetch_xxx with atomic_xxx just like zephyr 2026-08-24 13:20:45 +08:00
Make.defs fs: migrate to SPDX identifier 2024-11-06 01:58:54 +08:00
mount.h fs: migrate to SPDX identifier 2024-11-06 01:58:54 +08:00