RTEMS
5.0.0
|
Constants/Data Structures/Prototypes for Files Allocation Table. More...
Go to the source code of this file.
Functions | |
int | fat_get_fat_cluster (fat_fs_info_t *fs_info, uint32_t cln, uint32_t *ret_val) |
int | fat_set_fat_cluster (fat_fs_info_t *fs_info, uint32_t cln, uint32_t in_val) |
int | fat_scan_fat_for_free_clusters (fat_fs_info_t *fs_info, uint32_t *chain, uint32_t count, uint32_t *cls_added, uint32_t *last_cl, bool zero_fill) |
int | fat_free_fat_clusters_chain (fat_fs_info_t *fs_info, uint32_t chain) |
Constants/Data Structures/Prototypes for Files Allocation Table.
Constants/Data Structures/Prototypes for Operations on Files Allocation Table