nuttx/fs/spiffs/src
Xiang Xiao b0a0ba3ad7 fs: Move mmap callback before truncate in [file|mountpt]_operations
since mmap may exist in block_operations, but truncate may not,
moving mmap beforee truncate could make three struct more compatible

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2023-01-04 17:43:59 +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 fs: Move mmap callback before truncate in [file|mountpt]_operations 2023-01-04 17:43:59 +02:00
spiffs_volume.c Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
spiffs.h libc: Move queue.h from include to include/nuttx 2022-09-26 08:04:58 +02:00