Home
last modified time | relevance | path

Searched refs:filesystem_operation_table (Results 1 – 3 of 3) sorted by relevance

/components/dfs/dfs_v1/src/
A Ddfs_fs.c40 for (iter = &filesystem_operation_table[0]; in dfs_register()
41 iter < &filesystem_operation_table[DFS_FILESYSTEM_TYPES_MAX]; iter ++) in dfs_register()
242 for (ops = &filesystem_operation_table[0]; in dfs_mount()
243 ops < &filesystem_operation_table[DFS_FILESYSTEM_TYPES_MAX]; ops++) in dfs_mount()
249 if (ops == &filesystem_operation_table[DFS_FILESYSTEM_TYPES_MAX]) in dfs_mount()
453 if (filesystem_operation_table[index] != NULL && in dfs_mkfs()
454 strncmp(filesystem_operation_table[index]->name, fs_name, in dfs_mkfs()
455 strlen(filesystem_operation_table[index]->name)) == 0) in dfs_mkfs()
463 const struct dfs_filesystem_ops *ops = filesystem_operation_table[index]; in dfs_mkfs()
A Ddfs.c26 const struct dfs_filesystem_ops *filesystem_operation_table[DFS_FILESYSTEM_TYPES_MAX]; variable
62 rt_memset((void *)filesystem_operation_table, 0, sizeof(filesystem_operation_table)); in dfs_init()
/components/dfs/dfs_v1/include/
A Ddfs_private.h22 extern const struct dfs_filesystem_ops *filesystem_operation_table[];

Completed in 5 milliseconds