Go to the source code of this file.
|
PedSector | fat_calc_align_sectors (const PedFileSystem *new_fs, const PedFileSystem *old_fs) |
|
int | fat_calc_resize_sizes (const PedGeometry *geom, PedSector align, FatType fat_type, PedSector root_dir_sectors, PedSector cluster_sectors, PedSector *out_cluster_sectors, FatCluster *out_cluster_count, PedSector *out_fat_size) |
|
int | fat_calc_sizes (PedSector size, PedSector align, FatType fat_type, PedSector root_dir_sectors, PedSector *out_cluster_sectors, FatCluster *out_cluster_count, PedSector *out_fat_size) |
|
int | fat_check_resize_geometry (const PedFileSystem *fs, const PedGeometry *geom, PedSector new_cluster_sectors, FatCluster new_cluster_count) |
|
FatFragment | fat_cluster_to_frag (const PedFileSystem *fs, FatCluster cluster) |
|
PedSector | fat_cluster_to_sector (const PedFileSystem *fs, FatCluster cluster) |
|
FatCluster | fat_frag_to_cluster (const PedFileSystem *fs, FatFragment frag) |
|
PedSector | fat_frag_to_sector (const PedFileSystem *fs, FatFragment frag) |
|
int | fat_is_sector_in_clusters (const PedFileSystem *fs, PedSector sector) |
|
FatCluster | fat_max_cluster_count (FatType fat_type) |
|
PedSector | fat_max_cluster_size (FatType fat_type) |
|
FatCluster | fat_min_cluster_count (FatType fat_type) |
|
PedSector | fat_min_cluster_size (FatType fat_type) |
|
PedSector | fat_min_reserved_sector_count (FatType fat_type) |
|
FatCluster | fat_sector_to_cluster (const PedFileSystem *fs, PedSector sector) |
|
FatFragment | fat_sector_to_frag (const PedFileSystem *fs, PedSector sector) |
|
◆ fat_calc_align_sectors()
◆ fat_calc_resize_sizes()
◆ fat_calc_sizes()
◆ fat_check_resize_geometry()
◆ fat_cluster_to_frag()
◆ fat_cluster_to_sector()
◆ fat_frag_to_cluster()
◆ fat_frag_to_sector()
◆ fat_is_sector_in_clusters()
◆ fat_max_cluster_count()
◆ fat_max_cluster_size()
◆ fat_min_cluster_count()
◆ fat_min_cluster_size()
◆ fat_min_reserved_sector_count()
◆ fat_sector_to_cluster()
◆ fat_sector_to_frag()