Home
last modified time | relevance | path

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

/lk-master/lib/fs/
A Dfs.c46 extern const struct fs_impl __start_fs_impl __WEAK;
47 extern const struct fs_impl __stop_fs_impl __WEAK;
49 static const struct fs_impl *find_fs(const char *name) { in find_fs()
50 for (const struct fs_impl *fs = &__start_fs_impl; fs != &__stop_fs_impl; fs++) { in find_fs()
159 const struct fs_impl *fs = find_fs(fsname); in fs_format_device()
179 const struct fs_impl *fs = find_fs(fsname); in fs_mount()
/lk-master/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