Subversion Repositories HelenOS

Rev

Rev 2951 | Rev 3111 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2951 Rev 3110
Line 215... Line 215...
215
    bool            dirty;
215
    bool            dirty;
216
} fat_node_t;
216
} fat_node_t;
217
 
217
 
218
extern fs_reg_t fat_reg;
218
extern fs_reg_t fat_reg;
219
 
219
 
-
 
220
extern void fat_mounted(ipc_callid_t, ipc_call_t *);
-
 
221
extern void fat_mount(ipc_callid_t, ipc_call_t *);
220
extern void fat_lookup(ipc_callid_t, ipc_call_t *);
222
extern void fat_lookup(ipc_callid_t, ipc_call_t *);
221
 
223
 
222
extern fat_idx_t *fat_idx_get_by_pos(dev_handle_t, fat_cluster_t, unsigned);
224
extern fat_idx_t *fat_idx_get_by_pos(dev_handle_t, fat_cluster_t, unsigned);
223
extern fat_idx_t *fat_idx_get_by_index(dev_handle_t, fs_index_t);
225
extern fat_idx_t *fat_idx_get_by_index(dev_handle_t, fs_index_t);
224
 
226
 
-
 
227
extern int fat_idx_init(void);
-
 
228
extern void fat_idx_fini(void);
-
 
229
extern int fat_idx_init_by_dev_handle(dev_handle_t);
-
 
230
extern void fat_idx_fini_by_dev_handle(dev_handle_t);
-
 
231
 
225
#endif
232
#endif
226
 
233
 
227
/**
234
/**
228
 * @}
235
 * @}
229
 */
236
 */