nuttx/fs/vfs
2016-11-03 12:23:31 -06:00
..
fs_close.c
fs_dup2.c
fs_dup.c
fs_dupfd2.c
fs_dupfd.c
fs_epoll.c Fix some warnings 2016-07-16 07:02:06 -06:00
fs_fcntl.c
fs_fdopen.c
fs_fsync.c
fs_getfilep.c
fs_ioctl.c VFS ioctl() again. Per comments from David Sidrane, file_ioctl() should not return success if the ioctl method is not supported. It probably should return ENOTTY in that case. 2016-07-09 07:23:12 -06:00
fs_lseek.c
fs_mkdir.c
fs_open.c Add an assertion 2016-07-15 17:47:00 -06:00
fs_poll.c fs: Disable priority inheritance on all semaphores used for signaling 2016-11-03 12:23:31 -06:00
fs_pread.c
fs_pwrite.c
fs_read.c
fs_rename.c
fs_rmdir.c
fs_select.c
fs_sendfile.c
fs_stat.c
fs_statfs.c
fs_unlink.c
fs_write.c
Make.defs