fs/vfs: Change the return value of internal function fs_getfilep(). It no...
fs/vfs: Change the return value of internal function fs_getfilep(). It no longer sets the errno variable but, rather, returns errors in the same manner as other internal OS functions.
Showing
- fs/aio/aio_fsync.c 2 additions, 4 deletionsfs/aio/aio_fsync.c
- fs/aio/aioc_contain.c 17 additions, 10 deletionsfs/aio/aioc_contain.c
- fs/vfs/fs_dupfd.c 10 additions, 11 deletionsfs/vfs/fs_dupfd.c
- fs/vfs/fs_dupfd2.c 19 additions, 12 deletionsfs/vfs/fs_dupfd2.c
- fs/vfs/fs_fcntl.c 8 additions, 12 deletionsfs/vfs/fs_fcntl.c
- fs/vfs/fs_fdopen.c 4 additions, 5 deletionsfs/vfs/fs_fdopen.c
- fs/vfs/fs_fstat.c 14 additions, 13 deletionsfs/vfs/fs_fstat.c
- fs/vfs/fs_fstatfs.c 14 additions, 13 deletionsfs/vfs/fs_fstatfs.c
- fs/vfs/fs_fsync.c 22 additions, 25 deletionsfs/vfs/fs_fsync.c
- fs/vfs/fs_getfilep.c 15 additions, 22 deletionsfs/vfs/fs_getfilep.c
- fs/vfs/fs_ioctl.c 24 additions, 30 deletionsfs/vfs/fs_ioctl.c
- fs/vfs/fs_lseek.c 18 additions, 11 deletionsfs/vfs/fs_lseek.c
- fs/vfs/fs_open.c 6 additions, 6 deletionsfs/vfs/fs_open.c
- fs/vfs/fs_poll.c 8 additions, 8 deletionsfs/vfs/fs_poll.c
- fs/vfs/fs_pread.c 17 additions, 14 deletionsfs/vfs/fs_pread.c
- fs/vfs/fs_pwrite.c 15 additions, 15 deletionsfs/vfs/fs_pwrite.c
- fs/vfs/fs_read.c 18 additions, 17 deletionsfs/vfs/fs_read.c
- fs/vfs/fs_sendfile.c 8 additions, 5 deletionsfs/vfs/fs_sendfile.c
- fs/vfs/fs_write.c 21 additions, 22 deletionsfs/vfs/fs_write.c
- include/nuttx/fs/fs.h 50 additions, 17 deletionsinclude/nuttx/fs/fs.h
Loading
Please register or sign in to comment