Rev 3612 | Rev 3675 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3612 | Rev 3623 | ||
---|---|---|---|
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 | ||
207 | extern fat_idx_t *fat_idx_get_new(dev_handle_t); |
208 | extern fat_idx_t *fat_idx_get_new(dev_handle_t); |
208 | 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); |
209 | 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 *); |
|
210 | 212 | ||
211 | extern int fat_idx_init(void); |
213 | extern int fat_idx_init(void); |
212 | extern void fat_idx_fini(void); |
214 | extern void fat_idx_fini(void); |
213 | extern int fat_idx_init_by_dev_handle(dev_handle_t); |
215 | extern int fat_idx_init_by_dev_handle(dev_handle_t); |
214 | extern void fat_idx_fini_by_dev_handle(dev_handle_t); |
216 | extern void fat_idx_fini_by_dev_handle(dev_handle_t); |