zephyr/subsys/fs
Dominik Ermel 512a6f8cb6 fs: shell: Add fs_file_t type variable initializations
The commit adds initializations of fs_file_t variables in preparation
for fs_open function change that will require fs_file_t object, passed
to the function, to be initialized before first usage.

Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
2021-01-29 08:04:51 -05:00
..
fcb fs/fcb: Enable FCB to work with non-0xff erase value flash 2020-11-16 13:39:04 +01:00
nvs drivers: flash: Pass bool to flash_write_protection_set() 2020-10-02 12:06:28 -04:00
CMakeLists.txt fs: remove NFFS subsystem 2020-01-21 15:32:47 +01:00
fat_fs.c tests/fs/fatfs: Add tests for FS_MOUNT_FLAG_* 2020-11-06 13:10:13 -05:00
fs_impl.c subsys/fs: add implementation helper module 2019-07-22 12:46:50 +02:00
fs_impl.h include: Fix use of <fs.h> -> <fs/fs.h> 2019-12-10 08:39:37 -05:00
fs.c fs: Add support for mount flags 2020-11-06 13:10:13 -05:00
fuse_fs_access.c native_posix: Add flags to fs_open invocation 2021-01-22 10:37:57 -05:00
Kconfig fs: Move FAT FS Kconfig options to Kconfig.fatfs 2020-10-14 13:19:47 -05:00
Kconfig.fatfs disk: disk_access_flash: Make sector size configurable in Kconfig 2021-01-15 11:21:01 -05:00
Kconfig.littlefs fs: Move all LittleFS options to Kconfig.littlefs 2020-10-14 13:19:47 -05:00
littlefs_fs.c fs: littlefs: Fix transient string in LOG_ messages 2021-01-18 18:47:41 +01:00
shell.c fs: shell: Add fs_file_t type variable initializations 2021-01-29 08:04:51 -05:00