Home
last modified time | relevance | path

Searched refs:fs_file_system_t (Results 1 – 11 of 11) sorted by relevance

/Zephyr-latest/include/zephyr/fs/
Dfs.h28 struct fs_file_system_t;
106 const struct fs_file_system_t *fs;
657 int fs_register(int type, const struct fs_file_system_t *fs);
670 int fs_unregister(int type, const struct fs_file_system_t *fs);
Dfs_sys.h22 struct fs_file_system_t { struct
/Zephyr-latest/tests/subsys/fs/fs_api/src/
Dtest_fs.h29 extern struct fs_file_system_t temp_fs;
Dtest_fs.c335 struct fs_file_system_t temp_fs = {
Dtest_fs_dir_file.c21 struct fs_file_system_t null_fs = {NULL};
716 struct fs_file_system_t backup = temp_fs; in test_file_seek()
/Zephyr-latest/subsys/fs/
Dfs.c35 const struct fs_file_system_t *fstp;
45 const struct fs_file_system_t *fstp) in registry_add()
75 static const struct fs_file_system_t *fs_type_get(int type) in fs_type_get()
669 const struct fs_file_system_t *fs; in fs_mount()
759 const struct fs_file_system_t *fs; in fs_mkfs()
860 int fs_register(int type, const struct fs_file_system_t *fs) in fs_register()
880 int fs_unregister(int type, const struct fs_file_system_t *fs) in fs_unregister()
DKconfig14 implementation via `struct fs_file_system_t` if only a subset
Dfat_fs.c536 static const struct fs_file_system_t fatfs_fs = {
Dlittlefs_fs.c1046 static const struct fs_file_system_t littlefs_fs = {
/Zephyr-latest/doc/services/file_system/
Dindex.rst21 int fs_register(int type, const struct fs_file_system_t *fs);
23 int fs_unregister(int type, const struct fs_file_system_t *fs);
/Zephyr-latest/subsys/fs/ext2/
Dext2_ops.c625 static const struct fs_file_system_t ext2_fs = {