Home
last modified time | relevance | path

Searched refs:fs_impl (Results 1 – 2 of 2) sorted by relevance

/lib/fs/
A Dfs.c30 const struct fs_impl *fs;
49 extern const struct fs_impl __start_fs_impl __WEAK;
50 extern const struct fs_impl __stop_fs_impl __WEAK;
52 static const struct fs_impl *find_fs(const char *name) { in find_fs()
53 for (const struct fs_impl *fs = &__start_fs_impl; fs != &__stop_fs_impl; fs++) { in find_fs()
61 for (const struct fs_impl *fs = &__start_fs_impl; fs != &__stop_fs_impl; fs++) { in fs_dump_list()
142 static status_t mount(const char *path, const char *device, const struct fs_impl *fs) { in mount()
202 const struct fs_impl *fs = find_fs(fsname); in fs_format_device()
222 const struct fs_impl *fs = find_fs(fsname); in fs_mount()
/lib/fs/include/lib/
A Dfs.h109 struct fs_impl { struct
115 #define STATIC_FS_IMPL(_name, _api) const struct fs_impl __fs_impl_##_name __ALIGNED(sizeof(void *)… argument

Completed in 4 milliseconds