|
void | _update_stats (FatTable *ft, FatCluster cluster, FatCluster value) |
|
FatCluster | fat_table_alloc_check_cluster (FatTable *ft, PedFileSystem *fs) |
|
FatCluster | fat_table_alloc_cluster (FatTable *ft) |
|
void | fat_table_clear (FatTable *ft) |
|
int | fat_table_compare (const FatTable *a, const FatTable *b) |
|
int | fat_table_count_stats (FatTable *ft) |
|
void | fat_table_destroy (FatTable *ft) |
|
FatTable * | fat_table_duplicate (const FatTable *ft) |
|
int _GL_ATTRIBUTE_CONST | fat_table_entry_size (FatType fat_type) |
|
FatCluster | fat_table_get (const FatTable *ft, FatCluster cluster) |
|
int | fat_table_is_active (const FatTable *ft, FatCluster cluster) |
|
int | fat_table_is_available (const FatTable *ft, FatCluster cluster) |
|
int | fat_table_is_bad (const FatTable *ft, FatCluster cluster) |
|
int | fat_table_is_empty (const FatTable *ft, FatCluster cluster) |
|
int _GL_ATTRIBUTE_PURE | fat_table_is_eof (const FatTable *ft, FatCluster cluster) |
|
FatTable * | fat_table_new (FatType fat_type, FatCluster size) |
|
int | fat_table_read (FatTable *ft, const PedFileSystem *fs, int table_num) |
|
int | fat_table_set (FatTable *ft, FatCluster cluster, FatCluster value) |
|
int | fat_table_set_avail (FatTable *ft, FatCluster cluster) |
|
int | fat_table_set_bad (FatTable *ft, FatCluster cluster) |
|
int | fat_table_set_cluster_count (FatTable *ft, FatCluster new_cluster_count) |
|
int | fat_table_set_eof (FatTable *ft, FatCluster cluster) |
|
int | fat_table_write (const FatTable *ft, PedFileSystem *fs, int table_num) |
|
int | fat_table_write_all (const FatTable *ft, PedFileSystem *fs) |
|