nuttx/fs/mount
chenrun1 4cec713dbf fs_inode:Change the type of i_crefs to atomic_int
Summary:
  1.Modified the i_crefs from int16_t to atomic_int
  2.Modified the i_crefs add, delete, read, and initialize interfaces to atomic operations
The purpose of this change is to avoid deadlock in cross-core scenarios, where A Core blocks B Core’s request for a write operation to A Core when A Core requests a read operation to B Core.

Signed-off-by: chenrun1 <chenrun1@xiaomi.com>
2024-09-23 14:07:03 +08:00
..
CMakeLists.txt build: add initial cmake build system 2023-07-08 13:50:48 +08:00
fs_automount.c mm/alloc: remove all unnecessary cast for alloc 2023-08-30 14:34:20 +08:00
fs_foreachmountpoint.c fs: move memset to upper lever for statfs 2023-06-16 11:10:25 +08:00
fs_gettype.c v9fs:File system based on 9P2000L. 2024-08-19 11:05:40 -03:00
fs_mount.c fs_inode:Change the type of i_crefs to atomic_int 2024-09-23 14:07:03 +08:00
fs_procfs_mount.c nuttx: fix multiple 'FAR', 'CODE' and style issues 2024-08-25 19:22:15 +08:00
fs_umount2.c fs_inode:Change the type of i_crefs to atomic_int 2024-09-23 14:07:03 +08:00
Make.defs Author: Gregory Nutt: update licenses to Apache 2021-02-05 12:15:56 -03:00
mount.h Author: Gregory Nutt: update licenses to Apache 2021-02-05 12:15:56 -03:00