nuttx/fs/vfs
Xiang Xiao 38a068b7e6 fs: Move file_close from fs/inode/fs_fileclose.c to fs/vfs/fs_close.c
just like other vfs public functions

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
Change-Id: Id833da690f88013095fbbe1ea425227f808a5608
2021-01-03 15:45:52 +01:00
..
fs_close.c fs: Move file_close from fs/inode/fs_fileclose.c to fs/vfs/fs_close.c 2021-01-03 15:45:52 +01:00
fs_dup2.c
fs_dup.c
fs_dupfd2.c fs: Ensure fs_dupfd2 always return fd2 in the sucessful path 2021-01-03 00:03:22 +01:00
fs_dupfd.c fs: Let files_allocate return -EMFILE instead ERROR 2021-01-03 11:48:35 +01:00
fs_epoll.c fs/epoll: add asynchronous epoll control support 2020-12-27 11:08:12 -06:00
fs_eventfd.c OS internal function should indicate the error by return negative value 2020-12-31 09:37:29 +01:00
fs_fcntl.c
fs_fdopen.c
fs_fstat.c
fs_fstatfs.c
fs_fsync.c
fs_getfilep.c
fs_ioctl.c
fs_lseek.c
fs_mkdir.c
fs_open.c fs: Let files_allocate return -EMFILE instead ERROR 2021-01-03 11:48:35 +01:00
fs_poll.c
fs_pread.c
fs_pwrite.c
fs_read.c
fs_readlink.c
fs_rename.c
fs_rmdir.c
fs_select.c
fs_sendfile.c
fs_stat.c fs: remove INODE_IS_SPECIAL() use others instead 2020-12-30 12:21:02 -06:00
fs_statfs.c
fs_symlink.c
fs_truncate.c
fs_unlink.c vfs: Fix unsed label warning 2020-12-30 21:20:17 -06:00
fs_write.c
Make.defs