nuttx/fs/inode
Xiang Xiao 43f0070582 fs: Simplify the symbol link process in inode_search
avoid the recursive call by moving the path catenation into _inode_search

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2020-09-22 16:39:47 +08:00
..
fs_fileclose.c fs/inode/fs_fileclose.c: Move file_close() a separate file. It no longer makes since for it to cohabitate with file_detach(). 2018-09-15 13:19:14 -06:00
fs_filedetach.c include/nuttx/sched.h: Make naming of all internal names consistent: 2020-05-09 14:19:08 -03:00
fs_fileopen.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
fs_files.c include/nuttx/sched.h: Make naming of all internal names consistent: 2020-05-09 14:19:08 -03:00
fs_foreachinode.c Check return from nxsem_wait_initialize() 2020-03-30 01:33:31 +01:00
fs_inode.c vfs: Create a node as the root of pseudo file system 2020-09-16 11:44:57 -07:00
fs_inodeaddref.c Check return from nxsem_wait_initialize() 2020-03-30 01:33:31 +01:00
fs_inodebasename.c Back out 522f95abe87d71c7025f2f358a8f350134e284b2: What was I thinking? 2015-12-02 10:47:32 -06:00
fs_inodefind.c Check return from nxsem_wait_initialize() 2020-03-30 01:33:31 +01:00
fs_inodefree.c FS: Separate inode_search() and inode_free() from fs_inode.c and put in separate files. Flesh out symbolic link logic in stat() and readdir(). There are still some issues with stat(). 2017-02-03 11:23:57 -06:00
fs_inoderelease.c Fix a fatal typo in a recent change 2020-04-01 11:30:45 +01:00
fs_inoderemove.c vfs: Create a node as the root of pseudo file system 2020-09-16 11:44:57 -07:00
fs_inodereserve.c vfs: Create a node as the root of pseudo file system 2020-09-16 11:44:57 -07:00
fs_inodesearch.c fs: Simplify the symbol link process in inode_search 2020-09-22 16:39:47 +08:00
inode.h fs: Simplify the symbol link process in inode_search 2020-09-22 16:39:47 +08:00
Make.defs Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00