incubator-nuttx/fs/inode
cuiziwei e98d018265 nuttx/fs:Rename node with inode.
In ./fs/inode directory, the variable name FAR struct inode *node is named inconsistently, with some using node and others using inode. To facilitate understanding, we will standardize the naming to FAR struct inode *inode.

Signed-off-by: cuiziwei <cuiziwei@xiaomi.com>
2024-10-09 14:16:09 +08:00
..
CMakeLists.txt build: add initial cmake build system 2023-07-08 13:50:48 +08:00
Make.defs libc: Implement ttyname and ttyname_r 2021-07-09 18:23:34 -03:00
fs_files.c files_getlist:Handling the situation when tcb's grouplist is empty 2024-10-08 22:29:29 +08:00
fs_foreachinode.c nuttx/fs:Rename node with inode. 2024-10-09 14:16:09 +08:00
fs_inode.c fs/inode: using rwsem lock as inode_lock to avoid deadlock 2024-10-02 01:56:46 +08:00
fs_inodeaddref.c fs/inode: remove unnecessary return value for inode_addrefs 2024-10-02 01:56:46 +08:00
fs_inodebasename.c sourcefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00
fs_inodefind.c nuttx/fs:Rename node with inode. 2024-10-09 14:16:09 +08:00
fs_inodefree.c nuttx/fs:Rename node with inode. 2024-10-09 14:16:09 +08:00
fs_inodegetpath.c nuttx/fs:Rename node with inode. 2024-10-09 14:16:09 +08:00
fs_inoderelease.c fs_inode:Change the type of i_crefs to atomic_int 2024-09-23 14:07:03 +08:00
fs_inoderemove.c nuttx/fs:Rename node with inode. 2024-10-09 14:16:09 +08:00
fs_inodereserve.c nuttx/fs:Rename node with inode. 2024-10-09 14:16:09 +08:00
fs_inodesearch.c nuttx/fs:Rename node with inode. 2024-10-09 14:16:09 +08:00
inode.h nuttx/fs:Rename node with inode. 2024-10-09 14:16:09 +08:00