zephyr/subsys/fs
Mykyta Poturai d7241b0a2c fs: littlefs: use uintptr_t instead of int for dev_id
dev_id is used as a pointer at the end of the call chain, so passing it
as an int makes no sense and can cause crashes if the pointer and int
types have different sizes. For example, if we have 64-bit pointers on
a board, the higher part of dev_id will be removed due to an type cast.

Signed-off-by: Mykyta Poturai <mykyta_poturai@epam.com>
Signed-off-by: Mykola Kvach <mykola_kvach@epam.com>
2023-08-07 17:45:22 +00:00
..
ext2 fs: ext2: Use disk structs to access data on disk 2023-08-03 12:22:01 -04:00
fcb
nvs
CMakeLists.txt fs: ext2: Implementation of basic operations 2023-08-03 12:22:01 -04:00
Kconfig fs: ext2: Implementation of basic operations 2023-08-03 12:22:01 -04:00
Kconfig.fatfs
Kconfig.littlefs
fat_fs.c
fs.c
fs_impl.c
fs_impl.h
fuse_fs_access.c
littlefs_fs.c fs: littlefs: use uintptr_t instead of int for dev_id 2023-08-07 17:45:22 +00:00
shell.c