Home
last modified time | relevance | path

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

/Zephyr-latest/tests/subsys/fs/fs_api/src/
Dtest_multi_fs.c29 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()
104 if (fs_register(FS_TYPE_EXTERNAL_BASE, &temp_fs) != -ENOSPC) { in test_fs_external()
Dtest_fs_dir_file.c145 fs_register(TEST_FS_2, &temp_fs); in test_mount()
170 fs_register(TEST_FS_2, &null_fs); in test_mount()
1059 fs_register(TEST_FS_1, &temp_fs); in fs_api_setup()
1064 fs_register(TEST_FS_2, &null_fs); in fs_api_setup()
1098 fs_register(TEST_FS_1, &temp_fs); in ZTEST()
/Zephyr-latest/include/zephyr/fs/
Dfs.h657 int fs_register(int type, const struct fs_file_system_t *fs);
/Zephyr-latest/doc/services/file_system/
Dindex.rst21 int fs_register(int type, const struct fs_file_system_t *fs);
/Zephyr-latest/subsys/fs/
Dfat_fs.c621 int rc = fs_register(FS_FATFS, &fatfs_fs); in fatfs_init()
Dfs.c860 int fs_register(int type, const struct fs_file_system_t *fs) in fs_register() function
Dlittlefs_fs.c1134 int rc = fs_register(FS_LITTLEFS, &littlefs_fs); in littlefs_init()
/Zephyr-latest/subsys/fs/ext2/
Dext2_ops.c652 int rc = fs_register(FS_EXT2, &ext2_fs); in ext2_init()