Home
last modified time | relevance | path

Searched refs:vfs_filesystem_ops_t (Results 1 – 8 of 8) sorted by relevance

/AliOS-Things-master/components/vfs/include/
A Dvfs_types.h49 typedef struct vfs_filesystem_ops vfs_filesystem_ops_t; typedef
53 const vfs_filesystem_ops_t *i_fops;
A Dvfs_api.h428 int32_t vfs_register_fs(const char *path, vfs_filesystem_ops_t* ops, void *arg);
/AliOS-Things-master/components/vfs/example/
A Dvfs_example.c120 vfs_filesystem_ops_t fs_ops = {
/AliOS-Things-master/components/vfs/
A Dvfs_aos.c218 return _vfs_to_aos_res(vfs_register_fs(path, (vfs_filesystem_ops_t *)ops, arg)); in aos_register_fs()
A Dvfs.c2070 int32_t vfs_register_fs(const char *path, vfs_filesystem_ops_t* ops, void *arg) in vfs_register_fs()
/AliOS-Things-master/components/ramfs/src/
A Dramfs_vfs.c378 vfs_filesystem_ops_t ramfs_ops = {
/AliOS-Things-master/components/fatfs/src/
A Dfatfs_vfs.c545 static vfs_filesystem_ops_t fatfs_ops = {
/AliOS-Things-master/components/littlefs/src/
A Dlittlefs_vfs.c1390 static vfs_filesystem_ops_t littlefs_ops = {

Completed in 13 milliseconds