nuttx/fs/vfs
Xiang Xiao 30135b5f18 vfs: stat_recursive should return -ENOSYS if stat callback is NULL
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
Change-Id: Ic342b6fff112d24c7355ddc8aa0937dfc544f1b4
2021-07-13 11:32:52 -03:00
..
fs_close.c Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
fs_dup2.c fs/fs_dup2: correct check before dup 2021-07-02 04:54:43 -05:00
fs_dup.c Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
fs_epoll.c
fs_eventfd.c Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
fs_fcntl.c libc: Implement ttyname and ttyname_r 2021-07-09 18:23:34 -03:00
fs_fdopen.c Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
fs_fstat.c fs: fstat shouldn't follow the symbol link 2021-07-13 10:05:50 -03:00
fs_fstatfs.c Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
fs_fsync.c
fs_ioctl.c libc: Implement ttyname and ttyname_r 2021-07-09 18:23:34 -03:00
fs_lseek.c
fs_mkdir.c
fs_open.c
fs_poll.c
fs_pread.c
fs_pwrite.c
fs_read.c Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
fs_readlink.c
fs_rename.c fs: Add parent node of inode 2021-07-09 18:23:34 -03:00
fs_rmdir.c
fs_select.c
fs_sendfile.c
fs_stat.c vfs: stat_recursive should return -ENOSYS if stat callback is NULL 2021-07-13 11:32:52 -03:00
fs_statfs.c Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
fs_symlink.c Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
fs_truncate.c Don't include debug.h from public header file 2021-06-01 06:42:02 +09:00
fs_unlink.c
fs_write.c
Make.defs