nuttx/fs/vfs
2016-12-10 09:08:26 -06:00
..
fs_close.c Move cancellation point definitions to their own header file. 2016-12-10 09:08:26 -06:00
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 Move cancellation point definitions to their own header file. 2016-12-10 09:08:26 -06:00
fs_fdopen.c Reserver the name 'err' for other purposes 2016-06-11 14:40:07 -06:00
fs_fsync.c Move cancellation point definitions to their own header file. 2016-12-10 09:08:26 -06:00
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 Reserver the name 'err' for other purposes 2016-06-11 14:40:07 -06:00
fs_mkdir.c
fs_open.c Move cancellation point definitions to their own header file. 2016-12-10 09:08:26 -06:00
fs_poll.c Move cancellation point definitions to their own header file. 2016-12-10 09:08:26 -06:00
fs_pread.c Move cancellation point definitions to their own header file. 2016-12-10 09:08:26 -06:00
fs_pwrite.c Move cancellation point definitions to their own header file. 2016-12-10 09:08:26 -06:00
fs_read.c Move cancellation point definitions to their own header file. 2016-12-10 09:08:26 -06:00
fs_rename.c
fs_rmdir.c
fs_select.c Move cancellation point definitions to their own header file. 2016-12-10 09:08:26 -06:00
fs_sendfile.c
fs_stat.c
fs_statfs.c
fs_unlink.c
fs_write.c Move cancellation point definitions to their own header file. 2016-12-10 09:08:26 -06:00
Make.defs