Searched refs:fs_register (Results 1 – 8 of 8) 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() 104 if (fs_register(FS_TYPE_EXTERNAL_BASE, &temp_fs) != -ENOSPC) { in test_fs_external()
|
| D | test_fs_dir_file.c | 145 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/ |
| D | fs.h | 657 int fs_register(int type, const struct fs_file_system_t *fs);
|
| /Zephyr-latest/doc/services/file_system/ |
| D | index.rst | 21 int fs_register(int type, const struct fs_file_system_t *fs);
|
| /Zephyr-latest/subsys/fs/ |
| D | fat_fs.c | 621 int rc = fs_register(FS_FATFS, &fatfs_fs); in fatfs_init()
|
| D | fs.c | 860 int fs_register(int type, const struct fs_file_system_t *fs) in fs_register() function
|
| D | littlefs_fs.c | 1134 int rc = fs_register(FS_LITTLEFS, &littlefs_fs); in littlefs_init()
|
| /Zephyr-latest/subsys/fs/ext2/ |
| D | ext2_ops.c | 652 int rc = fs_register(FS_EXT2, &ext2_fs); in ext2_init()
|