nuttx/fs/vfs
YAMAMOTO Takashi 4eee9af668 file_vopen: Retry as a directory in case of EISDIR
This allows you to open() a directory without O_DIRECTORY.
2022-10-19 21:20:35 +08:00
..
fs_chstat.c Fix various typos 2022-07-08 02:15:54 +08:00
fs_close.c
fs_dir.c Replace nxsem API when used as a lock with nxmutex API 2022-10-17 15:59:46 +09:00
fs_dup2.c
fs_dup.c
fs_epoll.c fs/epoll: Notify POLLIN directly(avoid set POLLFILE) 2022-10-04 20:59:59 +02:00
fs_eventfd.c Replace nxsem API when used as a lock with nxmutex API 2022-10-17 15:59:46 +09:00
fs_fchstat.c Fix various typos 2022-07-08 02:15:54 +08:00
fs_fcntl.c
fs_fdopen.c Replace nxsem API when used as a lock with nxmutex API 2022-10-17 15:59:46 +09:00
fs_fstat.c
fs_fstatfs.c
fs_fsync.c fs/fs_fsync: add file sync operation by ioctl 2022-07-22 09:07:57 +03:00
fs_ioctl.c fs: Run the default action of FIONBIO/FIOCLEX/FIONCLEX in success path 2022-09-06 23:16:15 +08:00
fs_lseek.c
fs_mkdir.c Replace nxsem API when used as a lock with nxmutex API 2022-10-17 15:59:46 +09:00
fs_open.c file_vopen: Retry as a directory in case of EISDIR 2022-10-19 21:20:35 +08:00
fs_poll.c Replace nxsem API when used as a lock with nxmutex API 2022-10-17 15:59:46 +09:00
fs_pread.c
fs_pwrite.c
fs_read.c
fs_readlink.c
fs_rename.c Replace nxsem API when used as a lock with nxmutex API 2022-10-17 15:59:46 +09:00
fs_rmdir.c Replace nxsem API when used as a lock with nxmutex API 2022-10-17 15:59:46 +09:00
fs_select.c
fs_sendfile.c
fs_stat.c inode_stat: handle INODE_IS_PSEUDODIR case 2022-10-19 21:20:35 +08:00
fs_statfs.c
fs_symlink.c Replace nxsem API when used as a lock with nxmutex API 2022-10-17 15:59:46 +09:00
fs_timerfd.c Replace nxsem API when used as a lock with nxmutex API 2022-10-17 15:59:46 +09:00
fs_truncate.c
fs_unlink.c Replace nxsem API when used as a lock with nxmutex API 2022-10-17 15:59:46 +09:00
fs_write.c
Kconfig
Make.defs fs/directory: use file mode to manage directory 2022-08-09 23:30:01 +08:00