nuttx/fs/fat
Jukka Laitinen 41e9df2f3e Add ftruncate into file operation calls
- Add truncate into file_operations
- Move truncate to be common for mountpt_operations and file_operations
- Modify all drivers to initialize the operations struct accordingly

Signed-off-by: Jukka Laitinen <jukkax@ssrc.tii.ae>
2023-01-02 11:23:20 -03:00
..
fs_fat32.c Add ftruncate into file operation calls 2023-01-02 11:23:20 -03:00
fs_fat32.h Call nxsem_destroy or nxmutex_destry in the error path 2022-10-30 13:56:52 +01:00
fs_fat32attrib.c Replace nxsem API when used as a lock with nxmutex API 2022-10-17 15:59:46 +09:00
fs_fat32dirent.c Call nxsem_destroy or nxmutex_destry in the error path 2022-10-30 13:56:52 +01:00
fs_fat32util.c Replace nxsem API when used as a lock with nxmutex API 2022-10-17 15:59:46 +09:00
Kconfig fs/fat: Change the default value of FAT_MAXFNAME to NAME_MAX 2022-03-10 19:46:01 +02:00
Make.defs makefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00