zephyr/subsys/fs
Jordan Yates 91f8c1aea9 everywhere: replace #if IS_ENABLED() as per docs
Replace `#if IS_ENABLED()` with `#if defined()` as recommended by the
documentation of `IS_ENABLED`.

Signed-off-by: Jordan Yates <jordan@embeint.com>
2024-06-28 07:20:32 -04:00
..
ext2 spelling: Replace occurrences of "iff" with "if and only if" 2024-05-06 14:58:08 +01:00
fcb everywhere: replace #if IS_ENABLED() as per docs 2024-06-28 07:20:32 -04:00
nvs fs: nvs: Improve nvs_calc_free_space() result precision 2024-06-27 10:53:28 +02:00
CMakeLists.txt fs: fuse: fix fuse include path 2024-05-06 22:53:27 +01:00
fat_fs.c fs: fat_fs: make IOCTL call to de-initialize disk in fatfs_unmount() 2024-06-07 18:16:01 +01:00
fs_impl.c
fs_impl.h
fs.c fs: open: fix zfp flags not set when calling truncate 2024-06-18 14:35:03 -04:00
fuse_fs_access.c
Kconfig everywhere: replace double words 2024-06-22 05:40:22 -04: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