Searched refs:temp_fs (Results 1 – 4 of 4) sorted by relevance
| /Zephyr-latest/tests/subsys/fs/fs_api/src/ |
| D | test_multi_fs.c | 29 if (fs_register(TEST_FS_1, &temp_fs)) { in test_fs_init() 34 if (fs_register(TEST_FS_1, &temp_fs) != -EALREADY) { in test_fs_init() 42 if (fs_register(TEST_FS_2, &temp_fs)) { in test_fs_init() 82 if (fs_unregister(TEST_FS_1, &temp_fs)) { in test_fs_deinit() 90 if (fs_unregister(TEST_FS_2, &temp_fs)) { in test_fs_deinit() 104 if (fs_register(FS_TYPE_EXTERNAL_BASE, &temp_fs) != -ENOSPC) { in test_fs_external() 108 if (fs_unregister(FS_TYPE_EXTERNAL_BASE, &temp_fs) != -EINVAL) { in test_fs_external()
|
| D | test_fs_dir_file.c | 145 fs_register(TEST_FS_2, &temp_fs); in test_mount() 168 fs_unregister(TEST_FS_2, &temp_fs); in test_mount() 177 null_fs.mount = temp_fs.mount; in test_mount() 205 test_fs_mnt_1.fs = &temp_fs; in test_unmount() 213 null_fs.unmount = temp_fs.unmount; in test_unmount() 716 struct fs_file_system_t backup = temp_fs; in test_file_seek() 719 temp_fs.lseek = NULL; in test_file_seek() 720 temp_fs.tell = NULL; in test_file_seek() 730 temp_fs = backup; in test_file_seek() 1059 fs_register(TEST_FS_1, &temp_fs); in fs_api_setup() [all …]
|
| D | test_fs.h | 29 extern struct fs_file_system_t temp_fs;
|
| D | test_fs.c | 335 struct fs_file_system_t temp_fs = { variable
|