nuttx/fs/vfs
2017-02-05 09:51:42 -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
fs_fcntl.c Move cancellation point definitions to their own header file. 2016-12-10 09:08:26 -06:00
fs_fdopen.c
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
fs_link.c inode_find: Now takes struct inode_desc_s type as input. This was necessary before that structure includes some data storage. It was used within inode_find(), but that means that the life of the data was the life of inode_find(). That data must persist longer. It is now provided by the caller so that the life of the data persists for the entire life of the caller. 2017-02-05 09:51:42 -06:00
fs_lseek.c
fs_mkdir.c inode_find: Now takes struct inode_desc_s type as input. This was necessary before that structure includes some data storage. It was used within inode_find(), but that means that the life of the data was the life of inode_find(). That data must persist longer. It is now provided by the caller so that the life of the data persists for the entire life of the caller. 2017-02-05 09:51:42 -06:00
fs_open.c inode_find: Now takes struct inode_desc_s type as input. This was necessary before that structure includes some data storage. It was used within inode_find(), but that means that the life of the data was the life of inode_find(). That data must persist longer. It is now provided by the caller so that the life of the data persists for the entire life of the caller. 2017-02-05 09:51:42 -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_readlink.c inode_find: Now takes struct inode_desc_s type as input. This was necessary before that structure includes some data storage. It was used within inode_find(), but that means that the life of the data was the life of inode_find(). That data must persist longer. It is now provided by the caller so that the life of the data persists for the entire life of the caller. 2017-02-05 09:51:42 -06:00
fs_rename.c inode_find: Now takes struct inode_desc_s type as input. This was necessary before that structure includes some data storage. It was used within inode_find(), but that means that the life of the data was the life of inode_find(). That data must persist longer. It is now provided by the caller so that the life of the data persists for the entire life of the caller. 2017-02-05 09:51:42 -06:00
fs_rmdir.c inode_find: Now takes struct inode_desc_s type as input. This was necessary before that structure includes some data storage. It was used within inode_find(), but that means that the life of the data was the life of inode_find(). That data must persist longer. It is now provided by the caller so that the life of the data persists for the entire life of the caller. 2017-02-05 09:51:42 -06:00
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 inode_find: Now takes struct inode_desc_s type as input. This was necessary before that structure includes some data storage. It was used within inode_find(), but that means that the life of the data was the life of inode_find(). That data must persist longer. It is now provided by the caller so that the life of the data persists for the entire life of the caller. 2017-02-05 09:51:42 -06:00
fs_statfs.c inode_find: Now takes struct inode_desc_s type as input. This was necessary before that structure includes some data storage. It was used within inode_find(), but that means that the life of the data was the life of inode_find(). That data must persist longer. It is now provided by the caller so that the life of the data persists for the entire life of the caller. 2017-02-05 09:51:42 -06:00
fs_unlink.c inode_find: Now takes struct inode_desc_s type as input. This was necessary before that structure includes some data storage. It was used within inode_find(), but that means that the life of the data was the life of inode_find(). That data must persist longer. It is now provided by the caller so that the life of the data persists for the entire life of the caller. 2017-02-05 09:51:42 -06:00
fs_write.c Move cancellation point definitions to their own header file. 2016-12-10 09:08:26 -06:00
Make.defs Soft links: Add an (untested) implementation of readlink() 2017-02-03 13:57:12 -06:00