Searched refs:fs_unregister (Results 1 – 5 of 5) sorted by relevance
| /Zephyr-latest/tests/subsys/fs/fs_api/src/ |
| D | test_multi_fs.c | 78 if (fs_unregister(TEST_FS_1, NULL) == 0) { in test_fs_deinit() 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() 108 if (fs_unregister(FS_TYPE_EXTERNAL_BASE, &temp_fs) != -EINVAL) { in test_fs_external()
|
| D | test_fs_dir_file.c | 168 fs_unregister(TEST_FS_2, &temp_fs); in test_mount() 217 fs_unregister(TEST_FS_2, &null_fs); in test_unmount() 1072 fs_unregister(TEST_FS_2, &null_fs); in fs_api_teardown() 1074 fs_unregister(TEST_FS_1, &temp_fs); in fs_api_teardown() 1101 fs_unregister(TEST_FS_1, &temp_fs); in ZTEST()
|
| /Zephyr-latest/include/zephyr/fs/ |
| D | fs.h | 670 int fs_unregister(int type, const struct fs_file_system_t *fs);
|
| /Zephyr-latest/doc/services/file_system/ |
| D | index.rst | 23 int fs_unregister(int type, const struct fs_file_system_t *fs);
|
| /Zephyr-latest/subsys/fs/ |
| D | fs.c | 880 int fs_unregister(int type, const struct fs_file_system_t *fs) in fs_unregister() function
|