![]() |
RTEMS
5.0.0
|
General operations on File Allocation Table. More...
#include <sys/types.h>#include <sys/stat.h>#include <fcntl.h>#include <unistd.h>#include <errno.h>#include <stdlib.h>#include <rtems/libio_.h>#include "fat.h"#include "fat_fat_operations.h"Functions | |
| 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) |
| 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) |
General operations on File Allocation Table.
1.8.13