Rev 3593 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3593 | Rev 3665 | ||
|---|---|---|---|
| Line 201... | Line 201... | ||
| 201 | extern void fat_mount(ipc_callid_t, ipc_call_t *); |
201 | extern void fat_mount(ipc_callid_t, ipc_call_t *); |
| 202 | extern void fat_lookup(ipc_callid_t, ipc_call_t *); |
202 | extern void fat_lookup(ipc_callid_t, ipc_call_t *); |
| 203 | extern void fat_read(ipc_callid_t, ipc_call_t *); |
203 | extern void fat_read(ipc_callid_t, ipc_call_t *); |
| 204 | extern void fat_write(ipc_callid_t, ipc_call_t *); |
204 | extern void fat_write(ipc_callid_t, ipc_call_t *); |
| 205 | extern void fat_truncate(ipc_callid_t, ipc_call_t *); |
205 | extern void fat_truncate(ipc_callid_t, ipc_call_t *); |
| - | 206 | extern void fat_destroy(ipc_callid_t, ipc_call_t *); |
|
| 206 | 207 | ||
| - | 208 | extern fat_idx_t *fat_idx_get_new(dev_handle_t); |
|
| 207 | extern fat_idx_t *fat_idx_get_by_pos(dev_handle_t, fat_cluster_t, unsigned); |
209 | extern fat_idx_t *fat_idx_get_by_pos(dev_handle_t, fat_cluster_t, unsigned); |
| 208 | extern fat_idx_t *fat_idx_get_by_index(dev_handle_t, fs_index_t); |
210 | extern fat_idx_t *fat_idx_get_by_index(dev_handle_t, fs_index_t); |
| - | 211 | extern void fat_idx_destroy(fat_idx_t *); |
|
| - | 212 | extern void fat_idx_hashin(fat_idx_t *); |
|
| - | 213 | extern void fat_idx_hashout(fat_idx_t *); |
|
| 209 | 214 | ||
| 210 | extern int fat_idx_init(void); |
215 | extern int fat_idx_init(void); |
| 211 | extern void fat_idx_fini(void); |
216 | extern void fat_idx_fini(void); |
| 212 | extern int fat_idx_init_by_dev_handle(dev_handle_t); |
217 | extern int fat_idx_init_by_dev_handle(dev_handle_t); |
| 213 | extern void fat_idx_fini_by_dev_handle(dev_handle_t); |
218 | extern void fat_idx_fini_by_dev_handle(dev_handle_t); |