Rev 3571 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3571 | Rev 3572 | ||
|---|---|---|---|
| Line 69... | Line 69... | ||
| 69 | extern struct block *_fat_block_get(struct fat_bs *, dev_handle_t, |
69 | extern struct block *_fat_block_get(struct fat_bs *, dev_handle_t, |
| 70 | fat_cluster_t, bn_t); |
70 | fat_cluster_t, bn_t); |
| 71 | 71 | ||
| 72 | extern void fat_append_clusters(struct fat_bs *, struct fat_node *, |
72 | extern void fat_append_clusters(struct fat_bs *, struct fat_node *, |
| 73 | fat_cluster_t); |
73 | fat_cluster_t); |
| - | 74 | extern void fat_chop_clusters(struct fat_bs *, struct fat_node *, |
|
| - | 75 | fat_cluster_t); |
|
| 74 | extern int fat_alloc_clusters(struct fat_bs *, dev_handle_t, unsigned, |
76 | extern int fat_alloc_clusters(struct fat_bs *, dev_handle_t, unsigned, |
| 75 | fat_cluster_t *, fat_cluster_t *); |
77 | fat_cluster_t *, fat_cluster_t *); |
| - | 78 | extern void fat_free_clusters(struct fat_bs *, dev_handle_t, fat_cluster_t); |
|
| 76 | extern void fat_alloc_shadow_clusters(struct fat_bs *, dev_handle_t, |
79 | extern void fat_alloc_shadow_clusters(struct fat_bs *, dev_handle_t, |
| 77 | fat_cluster_t *, unsigned); |
80 | fat_cluster_t *, unsigned); |
| - | 81 | extern fat_cluster_t fat_get_cluster(struct fat_bs *, dev_handle_t, fat_cluster_t); |
|
| 78 | extern void fat_mark_cluster(struct fat_bs *, dev_handle_t, unsigned, |
82 | extern void fat_set_cluster(struct fat_bs *, dev_handle_t, unsigned, |
| 79 | fat_cluster_t, fat_cluster_t); |
83 | fat_cluster_t, fat_cluster_t); |
| 80 | extern void fat_fill_gap(struct fat_bs *, struct fat_node *, fat_cluster_t, |
84 | extern void fat_fill_gap(struct fat_bs *, struct fat_node *, fat_cluster_t, |
| 81 | off_t); |
85 | off_t); |
| 82 | 86 | ||
| 83 | #endif |
87 | #endif |