Go to the source code of this file.
|
int | fat_read_cluster (PedFileSystem *fs, char *buf, FatCluster cluster) |
|
int | fat_read_clusters (PedFileSystem *fs, char *buf, FatCluster cluster, FatCluster count) |
|
int | fat_read_fragment (PedFileSystem *fs, char *buf, FatFragment frag) |
|
int | fat_read_fragments (PedFileSystem *fs, char *buf, FatFragment frag, FatFragment count) |
|
int | fat_write_cluster (PedFileSystem *fs, char *buf, FatCluster cluster) |
|
int | fat_write_clusters (PedFileSystem *fs, char *buf, FatCluster cluster, FatCluster count) |
|
int | fat_write_fragment (PedFileSystem *fs, char *buf, FatFragment frag) |
|
int | fat_write_fragments (PedFileSystem *fs, char *buf, FatFragment frag, FatFragment count) |
|
int | fat_write_sync_cluster (PedFileSystem *fs, char *buf, FatCluster cluster) |
|
int | fat_write_sync_clusters (PedFileSystem *fs, char *buf, FatCluster cluster, FatCluster count) |
|
int | fat_write_sync_fragment (PedFileSystem *fs, char *buf, FatFragment frag) |
|
int | fat_write_sync_fragments (PedFileSystem *fs, char *buf, FatFragment frag, FatFragment count) |
|
◆ fat_read_cluster()
◆ fat_read_clusters()
◆ fat_read_fragment()
◆ fat_read_fragments()
◆ fat_write_cluster()
◆ fat_write_clusters()
◆ fat_write_fragment()
◆ fat_write_fragments()
◆ fat_write_sync_cluster()
◆ fat_write_sync_clusters()
◆ fat_write_sync_fragment()
◆ fat_write_sync_fragments()