Rev 3609 | Rev 3621 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3609 | Rev 3615 | ||
---|---|---|---|
Line 205... | Line 205... | ||
205 | extern void fat_truncate(ipc_callid_t, ipc_call_t *); |
205 | extern void fat_truncate(ipc_callid_t, ipc_call_t *); |
206 | 206 | ||
207 | extern fat_idx_t *fat_idx_get_new(dev_handle_t); |
207 | 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); |
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_index(dev_handle_t, fs_index_t); |
209 | extern fat_idx_t *fat_idx_get_by_index(dev_handle_t, fs_index_t); |
- | 210 | extern void fat_idx_destroy(fat_idx_t *); |
|
210 | 211 | ||
211 | extern int fat_idx_init(void); |
212 | extern int fat_idx_init(void); |
212 | extern void fat_idx_fini(void); |
213 | extern void fat_idx_fini(void); |
213 | extern int fat_idx_init_by_dev_handle(dev_handle_t); |
214 | extern int fat_idx_init_by_dev_handle(dev_handle_t); |
214 | extern void fat_idx_fini_by_dev_handle(dev_handle_t); |
215 | extern void fat_idx_fini_by_dev_handle(dev_handle_t); |