Home
last modified time | relevance | path

Searched refs:testfs_small_mnt (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/tests/subsys/fs/littlefs/src/
Dtestfs_mkfs.c17 struct fs_mount_t *fs_mkfs_mp = &testfs_small_mnt;
36 fs_mkfs_dev_id = (uintptr_t) testfs_small_mnt.storage_dev; in ZTEST()
44 fs_mkfs_dev_id = (uintptr_t) testfs_small_mnt.storage_dev; in ZTEST()
60 struct fs_mount_t mnt = testfs_small_mnt; in ZTEST()
64 ret = fs_mkfs(FS_LITTLEFS, (uintptr_t)testfs_small_mnt.storage_dev, &custom_cfg, 0); in ZTEST()
Dtest_lfs_dirops.c26 struct fs_mount_t *fs_dirops_test_mp = &testfs_small_mnt;
30 struct fs_mount_t *mp = &testfs_small_mnt; in ZTEST()
Dtestfs_lfs.h17 extern struct fs_mount_t testfs_small_mnt;
Dtestfs_mount_flags.c17 struct fs_mount_t *mount_flags_mp = &testfs_small_mnt;
Dtestfs_open_flags.c45 struct fs_mount_t *mp = &testfs_small_mnt; in ZTEST()
Dtestfs_lfs.c22 struct fs_mount_t testfs_small_mnt = { variable
Dtest_lfs_basic.c239 struct fs_mount_t *fs_basic_test_mp = &testfs_small_mnt;
243 struct fs_mount_t *mp = &testfs_small_mnt; in ZTEST()
Dtest_lfs_perf.c223 return custom_write_test("small 8x1K bigfile", &testfs_small_mnt, &cfg, 1024, 8); in small_8_1K_cust()
230 &testfs_small_mnt, in ZTEST()