Home
last modified time | relevance | path

Searched refs:STATIC_FS_IMPL (Results 1 – 6 of 6) sorted by relevance

/lib/fs/include/lib/
A Dfs.h115 #define STATIC_FS_IMPL(_name, _api) const struct fs_impl __fs_impl_##_name __ALIGNED(sizeof(void *)… macro
/lib/fs/9p/
A Dv9fs.c181 STATIC_FS_IMPL(9p, &v9fs_api);
/lib/fs/fat/
A Dfs.cpp275 STATIC_FS_IMPL(fat, &fat_api);
/lib/fs/ext2/
A Dext2.c253 STATIC_FS_IMPL(ext2, &ext2_api);
/lib/fs/memfs/
A Dmemfs.c400 STATIC_FS_IMPL(memfs, &memfs_api);
/lib/fs/spifs/
A Dspifs.c1222 STATIC_FS_IMPL(spifs, &spifs_api);

Completed in 8 milliseconds