Go to the source code of this file.
|
| 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 | 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 | 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) |
◆ fat_table_alloc_check_cluster()
◆ fat_table_alloc_cluster()
◆ fat_table_clear()
◆ fat_table_compare()
◆ fat_table_count_stats()
| int fat_table_count_stats |
( |
FatTable * | ft | ) |
|
|
extern |
◆ fat_table_destroy()
◆ fat_table_duplicate()
◆ fat_table_entry_size()
| int fat_table_entry_size |
( |
FatType | fat_type | ) |
|
|
extern |
◆ fat_table_get()
◆ fat_table_is_active()
◆ fat_table_is_available()
◆ fat_table_is_bad()
◆ fat_table_is_empty()
◆ fat_table_is_eof()
◆ fat_table_new()
◆ fat_table_read()
◆ fat_table_set()
◆ fat_table_set_avail()
◆ fat_table_set_bad()
◆ fat_table_set_cluster_count()
◆ fat_table_set_eof()
◆ fat_table_write()
◆ fat_table_write_all()