| 415 | }; |
| 416 | |
| 417 | int dfs_procfs_init(void) |
| 418 | { |
| 419 | /* register procfs file system */ |
| 420 | dfs_register(&_procfs); |
| 421 | |
| 422 | return 0; |
| 423 | } |
| 424 | INIT_COMPONENT_EXPORT(dfs_procfs_init); |
| 425 | |
| 426 | int proc_read_data(struct dfs_file *file, void *buf, size_t count, off_t *pos) |
nothing calls this directly
no test coverage detected