Searched refs:fs_dirops_test_mp (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/tests/subsys/fs/common/ |
D | test_fs_dirops.c | 16 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/ |
D | test_lfs_dirops.c | 26 struct fs_mount_t *fs_dirops_test_mp = &testfs_small_mnt; variable
|
/Zephyr-latest/tests/subsys/fs/ext2/src/ |
D | test_dirops.c | 15 struct fs_mount_t *fs_dirops_test_mp = &testfs_mnt; variable
|