nuttx/fs/romfs
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_romfs.c Add ftruncate into file operation calls 2023-01-02 11:23:20 -03:00
fs_romfs.h romfs: change lock to recursion lock 2022-11-28 18:04:38 +08:00
fs_romfsutil.c romfs: expand file cache by CONFIG_FS_ROMFS_FCACHE_NSECTORS 2022-10-24 20:49:09 +08:00
Kconfig romfs: expand file cache by CONFIG_FS_ROMFS_FCACHE_NSECTORS 2022-10-24 20:49:09 +08:00
Make.defs