Home
last modified time | relevance | path

Searched refs:fs_dirops_test_mp (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/tests/subsys/fs/common/
Dtest_fs_dirops.c16 extern struct fs_mount_t *fs_dirops_test_mp;
296 zassert_equal(fs_mount(fs_dirops_test_mp), 0, in test_fs_dirops()
299 zassert_equal(check_mkdir(fs_dirops_test_mp), TC_PASS, in test_fs_dirops()
303 zassert_equal(build_layout(fs_dirops_test_mp, test_hierarchy), TC_PASS, in test_fs_dirops()
307 zassert_equal(check_layout(fs_dirops_test_mp, test_hierarchy), TC_PASS, in test_fs_dirops()
311 zassert_equal(check_rename(fs_dirops_test_mp), TC_PASS, in test_fs_dirops()
315 zassert_equal(fs_unmount(fs_dirops_test_mp), 0, in test_fs_dirops()
/Zephyr-latest/tests/subsys/fs/littlefs/src/
Dtest_lfs_dirops.c26 struct fs_mount_t *fs_dirops_test_mp = &testfs_small_mnt; variable
/Zephyr-latest/tests/subsys/fs/ext2/src/
Dtest_dirops.c15 struct fs_mount_t *fs_dirops_test_mp = &testfs_mnt; variable