Searched refs:filesystem_operation_table (Results 1 – 3 of 3) sorted by relevance
40 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()
26 const struct dfs_filesystem_ops *filesystem_operation_table[DFS_FILESYSTEM_TYPES_MAX]; variable62 rt_memset((void *)filesystem_operation_table, 0, sizeof(filesystem_operation_table)); in dfs_init()
22 extern const struct dfs_filesystem_ops *filesystem_operation_table[];
Completed in 5 milliseconds