nuttx/fs/inode
Xiang Xiao 6a3c2aded6 Fix wait loop and void cast (#24)
* Simplify EINTR/ECANCEL error handling

1. Add semaphore uninterruptible wait function
2 .Replace semaphore wait loop with a single uninterruptible wait
3. Replace all sem_xxx to nxsem_xxx

* Unify the void cast usage

1. Remove void cast for function because many place ignore the returned value witout cast
2. Replace void cast for variable with UNUSED macro
2020-01-02 10:54:43 -06:00
..
fs_fileclose.c fs/inode/fs_fileclose.c: Move file_close() a separate file. It no longer makes since for it to cohabitate with file_detach(). 2018-09-15 13:19:14 -06:00
fs_filedetach.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
fs_fileopen.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
fs_files.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
fs_foreachinode.c tools/nxstyle.c: Fix a rare false alarm that could occur if a variable or function name begins with the sub-string 'union' or 'struct'. misc fixes under fs/ and sched/ from application of current version of nxstyle. 2019-12-01 13:01:16 -06:00
fs_inode.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
fs_inodeaddref.c
fs_inodebasename.c
fs_inodefind.c
fs_inodefree.c
fs_inoderelease.c
fs_inoderemove.c fs/: Run all .c files under fs/ through tools/nxstyle. 2019-10-27 11:48:14 -06:00
fs_inodereserve.c Fix a few typos and wrap some long lines. 2019-02-09 10:00:37 -06:00
fs_inodesearch.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
inode.h
Make.defs CONFIG_NFILE_DESCRIPTORS=0 can no longer be used to disable the file system. NuttX with no file system does not make sense. 2019-02-11 12:09:26 -06:00