|
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) |
|