Searched refs:FS_LITTLEFS (Results 1 – 20 of 20) sorted by relevance
| /Zephyr-latest/tests/subsys/fs/littlefs/src/ |
| D | testfs_lfs.c | 23 .type = FS_LITTLEFS, 33 .type = FS_LITTLEFS, 55 .type = FS_LITTLEFS,
|
| D | testfs_mkfs.c | 18 const int fs_mkfs_type = FS_LITTLEFS; 64 ret = fs_mkfs(FS_LITTLEFS, (uintptr_t)testfs_small_mnt.storage_dev, &custom_cfg, 0); in ZTEST()
|
| D | test_lfs_perf.c | 170 .type = FS_LITTLEFS, in custom_write_test()
|
| /Zephyr-latest/tests/subsys/fs/fs_api/src/ |
| D | test_fs.h | 27 #define TEST_FS_2 FS_LITTLEFS
|
| /Zephyr-latest/samples/subsys/fs/format/src/ |
| D | main.c | 22 #define MKFS_FS_TYPE FS_LITTLEFS
|
| /Zephyr-latest/tests/subsys/fs/multi-fs/src/ |
| D | test_littlefs_mount.c | 22 .type = FS_LITTLEFS,
|
| /Zephyr-latest/tests/subsys/settings/file/src/ |
| D | settings_setup_littlefs.c | 18 .type = FS_LITTLEFS,
|
| /Zephyr-latest/tests/lib/gui/lvgl/src/ |
| D | main.c | 35 .type = FS_LITTLEFS, 52 .type = FS_LITTLEFS,
|
| /Zephyr-latest/samples/subsys/mgmt/mcumgr/smp_svr/src/ |
| D | main.c | 46 .type = FS_LITTLEFS,
|
| /Zephyr-latest/tests/subsys/fs/common/ |
| D | test_fs_basic.c | 63 if (mp->type == FS_LITTLEFS) { in create_write_hello() 228 if (mp->type == FS_LITTLEFS) { in truncate_hello() 309 if (true && mp->type == FS_LITTLEFS) { in sync_goodbye()
|
| D | test_fs_mkfs.c | 28 if (fs_mkfs_mp->type == FS_LITTLEFS) { in test_fs_mkfs_simple()
|
| /Zephyr-latest/include/zephyr/fs/ |
| D | fs.h | 59 FS_LITTLEFS, enumerator
|
| /Zephyr-latest/samples/subsys/fs/littlefs/src/ |
| D | main.c | 269 .type = FS_LITTLEFS, 323 .type = FS_LITTLEFS,
|
| /Zephyr-latest/samples/subsys/usb/mass/src/ |
| D | main.c | 127 mnt->type = FS_LITTLEFS; in mount_app_fs()
|
| /Zephyr-latest/samples/subsys/settings/src/ |
| D | main.c | 430 .type = FS_LITTLEFS, in example_initialization()
|
| /Zephyr-latest/subsys/fs/ |
| D | shell.c | 60 .type = FS_LITTLEFS, 70 .type = FS_LITTLEFS,
|
| D | littlefs_fs.c | 1100 .type = FS_LITTLEFS, \ 1134 int rc = fs_register(FS_LITTLEFS, &littlefs_fs); in littlefs_init()
|
| /Zephyr-latest/tests/subsys/llext/src/ |
| D | test_llext.c | 591 .type = FS_LITTLEFS,
|
| /Zephyr-latest/tests/subsys/settings/functional/src/ |
| D | settings_basic_test.c | 57 .type = FS_LITTLEFS, in ZTEST()
|
| /Zephyr-latest/tests/net/lib/http_server/core/src/ |
| D | main.c | 2520 .type = FS_LITTLEFS,
|