zephyr/subsys/fs
Pisit Sawangvonganan aca97a0bef fs: fcb: refactor fcb_get_len() for improved readability
Introduced temporary variables `buf0_xor` and `buf1_xor` to store
XOR results and added an explicit cast to `uint16_t` for
the `*len` variable.

Signed-off-by: Pisit Sawangvonganan <pisit@ndrsolution.com>
2024-06-07 09:53:56 +02:00
..
ext2 spelling: Replace occurrences of "iff" with "if and only if" 2024-05-06 14:58:08 +01:00
fcb fs: fcb: refactor fcb_get_len() for improved readability 2024-06-07 09:53:56 +02:00
nvs fs/nvs: Switch to use flash_flatten instead of flash_erase 2024-06-04 08:00:46 +02:00
CMakeLists.txt fs: fuse: fix fuse include path 2024-05-06 22:53:27 +01:00
fat_fs.c fs: allow fs_mkfs() for FATFS without auto-format on mounting 2024-04-01 11:04:56 +01:00
fs_impl.c
fs_impl.h
fs.c fs: open: Add Truncate flag to zfs open 2024-05-31 08:06:05 +02:00
fuse_fs_access.c
Kconfig fs: Add Kconfig key for init priority 2024-01-24 09:22:23 +00:00
Kconfig.fatfs fs: allow fs_mkfs() for FATFS without auto-format on mounting 2024-04-01 11:04:56 +01:00
Kconfig.littlefs fs/littlefs: Use flash_area_flatten in lfs_api_erase 2024-06-04 08:00:46 +02:00
littlefs_fs.c fs/littlefs: Use flash_area_flatten in lfs_api_erase 2024-06-04 08:00:46 +02:00
shell.c