nuttx/fs/spiffs/src
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
..
spiffs.h libc: Move queue.h from include to include/nuttx 2022-09-26 08:04:58 +02:00
spiffs_cache.c fs: nxstyle fixes 2021-04-03 09:37:06 -05:00
spiffs_cache.h Don't include debug.h from public header file 2021-06-01 06:42:02 +09:00
spiffs_check.c sourcefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00
spiffs_check.h Author: Gregory Nutt: update licenses to Apache 2021-02-05 12:15:56 -03:00
spiffs_core.c Replace all strncpy with strlcpy for safety 2022-08-25 13:38:36 +08:00
spiffs_core.h compile/attribute: minor fix for packed struct mismatch 2022-12-06 03:50:20 +08:00
spiffs_gc.c Fix the printf warning after off_t change 2021-08-04 06:48:30 -07:00
spiffs_gc.h Author: Gregory Nutt: update licenses to Apache 2021-02-05 12:15:56 -03:00
spiffs_mtd.c sourcefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00
spiffs_mtd.h Author: Gregory Nutt: update licenses to Apache 2021-02-05 12:15:56 -03:00
spiffs_vfs.c Add ftruncate into file operation calls 2023-01-02 11:23:20 -03:00
spiffs_volume.c Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00