Home
last modified time | relevance | path

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

/lk-master/lib/fs/include/lib/
A Dfs.h115 #define STATIC_FS_IMPL(_name, _api) const struct fs_impl __fs_impl_##_name __ALIGNED(sizeof(void *)… macro
/lk-master/lib/fs/fat32/
A Dfat.c176 STATIC_FS_IMPL(fat32, &fat32_api);
/lk-master/lib/fs/ext2/
A Dext2.c253 STATIC_FS_IMPL(ext2, &ext2_api);
/lk-master/lib/fs/memfs/
A Dmemfs.c400 STATIC_FS_IMPL(memfs, &memfs_api);
/lk-master/lib/fs/spifs/
A Dspifs.c1222 STATIC_FS_IMPL(spifs, &spifs_api);

Completed in 8 milliseconds