Searched refs:fs_file_system_t (Results 1 – 11 of 11) sorted by relevance
28 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);
22 struct fs_file_system_t { struct
29 extern struct fs_file_system_t temp_fs;
335 struct fs_file_system_t temp_fs = {
21 struct fs_file_system_t null_fs = {NULL};716 struct fs_file_system_t backup = temp_fs; in test_file_seek()
35 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()
14 implementation via `struct fs_file_system_t` if only a subset
536 static const struct fs_file_system_t fatfs_fs = {
1046 static const struct fs_file_system_t littlefs_fs = {
21 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);
625 static const struct fs_file_system_t ext2_fs = {