Searched refs:vfs_filesystem_ops_t (Results 1 – 8 of 8) sorted by relevance
49 typedef struct vfs_filesystem_ops vfs_filesystem_ops_t; typedef53 const vfs_filesystem_ops_t *i_fops;
428 int32_t vfs_register_fs(const char *path, vfs_filesystem_ops_t* ops, void *arg);
120 vfs_filesystem_ops_t fs_ops = {
218 return _vfs_to_aos_res(vfs_register_fs(path, (vfs_filesystem_ops_t *)ops, arg)); in aos_register_fs()
2070 int32_t vfs_register_fs(const char *path, vfs_filesystem_ops_t* ops, void *arg) in vfs_register_fs()
378 vfs_filesystem_ops_t ramfs_ops = {
545 static vfs_filesystem_ops_t fatfs_ops = {
1390 static vfs_filesystem_ops_t littlefs_ops = {
Completed in 13 milliseconds