incubator-nuttx/fs/inode
Xiang Xiao e49bae1300 fs: Remove fs_dupfd and fs_dupfd2 internal functions
let's call either nx_dup/nx_dup2 or file_dup/file_dup2
instead just like other fs api: xxx->nx_xxx->file_xxx

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
Change-Id: I1aacfb9e25dc7b3fcb0345ff7b269b1953a01e5b
2021-01-13 16:39:45 +08:00
..
Make.defs fs: Remove file_detach since it is unefficient to call open and file_detach 2021-01-11 23:47:57 +01:00
fs_files.c fs: Remove fs_dupfd and fs_dupfd2 internal functions 2021-01-13 16:39:45 +08:00
fs_foreachinode.c fs: Skip the enumeration of root directory in foreach_inode 2020-09-30 12:26:57 +02: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
fs_inodebasename.c
fs_inodefind.c
fs_inodefree.c
fs_inoderelease.c Fix a fatal typo in a recent change 2020-04-01 11:30:45 +01:00
fs_inoderemove.c fs: Add the relative path support 2020-09-24 03:13:27 -07:00
fs_inodereserve.c fs: Add the relative path support 2020-09-24 03:13:27 -07:00
fs_inodesearch.c fs: Add the relative path support 2020-09-24 03:13:27 -07:00
inode.h fs: Remove fs_dupfd and fs_dupfd2 internal functions 2021-01-13 16:39:45 +08:00