FX_FAT_ENTRY_START is only used within filex.
 
Symbols
loading...
Files
loading...

FX_FAT_ENTRY_START macro

Syntax

#define FX_FAT_ENTRY_START 2

References

LocationText
fx_api.h:456
#define FX_FAT_ENTRY_START 2
fx_directory_create.c:358
fx_directory_create.c:362
media_ptr -> fx_media_cluster_search_start = FX_FAT_ENTRY_START;
fx_directory_create.c:375
if (FAT_index >= (media_ptr -> fx_media_total_clusters + FX_FAT_ENTRY_START))
fx_directory_create.c:379
FAT_index = FX_FAT_ENTRY_START;
fx_directory_create.c:451
(((ULONG64) FAT_index - FX_FAT_ENTRY_START) *
fx_directory_delete.c:260
if ((cluster < FX_FAT_ENTRY_START) || (cluster == next_cluster) || (i > media_ptr -> fx_media_total_clusters))
fx_directory_delete.c:487
if ((cluster < FX_FAT_ENTRY_START) || (cluster == next_cluster) || (i > media_ptr -> fx_media_total_clusters))
fx_directory_entry_read.c:208
if ((cluster < FX_FAT_ENTRY_START) || (cluster >= media_ptr -> fx_media_fat_reserved))
fx_directory_entry_read.c:237
(((ULONG)cluster - FX_FAT_ENTRY_START) *
fx_directory_entry_read.c:459
if ((cluster < FX_FAT_ENTRY_START) || (cluster >= media_ptr -> fx_media_fat_reserved))
fx_directory_entry_read.c:474
(((ULONG)cluster - FX_FAT_ENTRY_START) *
fx_directory_entry_write.c:147
cluster = (logical_sector - media_ptr -> fx_media_data_sector_start) / (media_ptr -> fx_media_sectors_per_cluster) + FX_FAT_ENTRY_START;
fx_directory_entry_write.c:151
(((ULONG)cluster - FX_FAT_ENTRY_START) *
fx_directory_entry_write.c:661
if ((cluster < FX_FAT_ENTRY_START) || (cluster >= media_ptr -> fx_media_fat_reserved))
fx_directory_entry_write.c:673
(((ULONG)cluster - FX_FAT_ENTRY_START) *
fx_directory_entry_write.c:890
if ((cluster < FX_FAT_ENTRY_START) || (cluster >= media_ptr -> fx_media_fat_reserved))
fx_directory_entry_write.c:902
(((ULONG)cluster - FX_FAT_ENTRY_START) *
fx_directory_free_search.c:489
fx_directory_free_search.c:493
media_ptr -> fx_media_cluster_search_start = FX_FAT_ENTRY_START;
fx_directory_free_search.c:506
if (FAT_index >= (media_ptr -> fx_media_total_clusters + FX_FAT_ENTRY_START))
fx_directory_free_search.c:510
FAT_index = FX_FAT_ENTRY_START;
fx_directory_free_search.c:520
((((ULONG) FAT_index) - FX_FAT_ENTRY_START) *
fx_directory_free_search.c:711
if ((cluster < FX_FAT_ENTRY_START) || (cluster == FAT_value) || (i > media_ptr -> fx_media_total_clusters))
fx_directory_next_entry_find.c:245
if ((cluster < FX_FAT_ENTRY_START) || (cluster == next_cluster) || (i > media_ptr -> fx_media_total_clusters))
fx_directory_next_full_entry_find.c:268
if ((cluster < FX_FAT_ENTRY_START) || (cluster == next_cluster) || (i > media_ptr -> fx_media_total_clusters))
fx_directory_search.c:553
if ((cluster < FX_FAT_ENTRY_START) || (cluster == next_cluster) || (i > media_ptr -> fx_media_total_clusters))
fx_file_delete.c:341
while ((cluster >= FX_FAT_ENTRY_START) && (cluster < media_ptr -> fx_media_fat_reserved))
fx_file_extended_allocate.c:252
FAT_index = FX_FAT_ENTRY_START;
fx_file_extended_allocate.c:299
while (FAT_index <= (media_ptr -> fx_media_total_clusters - clusters + FX_FAT_ENTRY_START))
fx_file_extended_allocate.c:699
(((ULONG64)(FAT_index - FX_FAT_ENTRY_START)) *
fx_file_extended_allocate.c:713
(((ULONG64)(file_ptr -> fx_file_first_physical_cluster - FX_FAT_ENTRY_START)) *
fx_file_extended_best_effort_allocate.c:304
FAT_index = FX_FAT_ENTRY_START;
fx_file_extended_best_effort_allocate.c:308
while (FAT_index < (media_ptr -> fx_media_total_clusters + FX_FAT_ENTRY_START))
fx_file_extended_best_effort_allocate.c:381
} while ((i < clusters) && ((FAT_index + i) < media_ptr -> fx_media_total_clusters + FX_FAT_ENTRY_START));
fx_file_extended_best_effort_allocate.c:736
(((ULONG64)(FAT_index - FX_FAT_ENTRY_START)) *
fx_file_extended_best_effort_allocate.c:750
(((ULONG64)(file_ptr -> fx_file_first_physical_cluster - FX_FAT_ENTRY_START)) *
fx_file_extended_seek.c:208
while ((cluster >= FX_FAT_ENTRY_START) && (cluster < media_ptr -> fx_media_fat_reserved))
fx_file_extended_seek.c:253
(cluster >= FX_FAT_ENTRY_START) && (cluster < media_ptr -> fx_media_fat_reserved))
fx_file_extended_seek.c:302
(((ULONG64)file_ptr -> fx_file_current_physical_cluster - FX_FAT_ENTRY_START) *
fx_file_extended_seek.c:314
(((ULONG64)file_ptr -> fx_file_current_physical_cluster - FX_FAT_ENTRY_START) *
fx_file_extended_truncate.c:229
while ((cluster >= FX_FAT_ENTRY_START) && (cluster < media_ptr -> fx_media_fat_reserved))
fx_file_extended_truncate.c:303
(((ULONG64)file_ptr -> fx_file_current_physical_cluster - FX_FAT_ENTRY_START) *
fx_file_extended_truncate_release.c:303
while ((cluster >= FX_FAT_ENTRY_START) && (cluster < media_ptr -> fx_media_fat_reserved))
fx_file_extended_truncate_release.c:386
(((ULONG64)file_ptr -> fx_file_current_physical_cluster - FX_FAT_ENTRY_START) *
fx_file_extended_truncate_release.c:461
while ((cluster >= FX_FAT_ENTRY_START) && (cluster < media_ptr -> fx_media_fat_reserved))
fx_file_extended_truncate_release.c:764
while ((cluster >= FX_FAT_ENTRY_START) && (cluster < media_ptr -> fx_media_fat_reserved))
fx_file_extended_truncate_release.c:853
(((ULONG64)search_ptr -> fx_file_current_physical_cluster - FX_FAT_ENTRY_START) *
fx_file_open.c:394
while ((cluster >= FX_FAT_ENTRY_START) && (cluster < media_ptr -> fx_media_fat_reserved))
fx_file_open.c:473
(cluster >= FX_FAT_ENTRY_START) && (cluster < media_ptr -> fx_media_fat_reserved))
fx_file_open.c:529
(((ULONG64)(file_ptr -> fx_file_first_physical_cluster - FX_FAT_ENTRY_START)) *
fx_file_open.c:546
(((ULONG64)file_ptr -> fx_file_current_physical_cluster - FX_FAT_ENTRY_START) *
fx_file_open.c:558
(((ULONG64)file_ptr -> fx_file_current_physical_cluster - FX_FAT_ENTRY_START) *
fx_file_read.c:239
if ((status != FX_SUCCESS) || (next_cluster < FX_FAT_ENTRY_START) ||
fx_file_read.c:400
if ((status != FX_SUCCESS) || (next_cluster < FX_FAT_ENTRY_START) ||
fx_file_read.c:426
((((ULONG64)next_cluster) - FX_FAT_ENTRY_START) *
fx_file_write.c:815
if (media_ptr -> fx_media_cluster_search_start >= (media_ptr -> fx_media_total_clusters + FX_FAT_ENTRY_START))
fx_file_write.c:819
media_ptr -> fx_media_cluster_search_start = FX_FAT_ENTRY_START;
fx_file_write.c:832
if (FAT_index >= (media_ptr -> fx_media_total_clusters + FX_FAT_ENTRY_START))
fx_file_write.c:836
FAT_index = FX_FAT_ENTRY_START;
fx_file_write.c:946
(((ULONG64)(FAT_index - FX_FAT_ENTRY_START)) *
fx_file_write.c:961
(((ULONG64)(FAT_index - FX_FAT_ENTRY_START)) *
fx_file_write.c:1354
if ((status != FX_SUCCESS) || (next_cluster < FX_FAT_ENTRY_START) ||
fx_file_write.c:1493
if ((status != FX_SUCCESS) || (next_cluster < FX_FAT_ENTRY_START) ||
fx_file_write.c:1522
((((ULONG64)next_cluster) - FX_FAT_ENTRY_START) *
fx_file_write.c:1658
(((ULONG64)(file_ptr -> fx_file_first_physical_cluster - FX_FAT_ENTRY_START)) *
fx_media_check_FAT_chain_check.c:102
while ((cluster >= (ULONG)FX_FAT_ENTRY_START) &&
fx_media_check_FAT_chain_check.c:103
(cluster < (FX_FAT_ENTRY_START + media_ptr -> fx_media_total_clusters)))
fx_media_check_FAT_chain_check.c:144
(next_clust < (ULONG)FX_FAT_ENTRY_START) ||
fx_media_check_FAT_chain_check.c:145
((next_clust >= (FX_FAT_ENTRY_START + media_ptr -> fx_media_total_clusters)) &&
fx_media_check_lost_cluster_check.c:105
for (cluster = FX_FAT_ENTRY_START; cluster < total_clusters; cluster++)
fx_media_format.c:312
_fx_utility_32_unsigned_write(&byte_ptr[FX_ROOT_CLUSTER_32], FX_FAT_ENTRY_START);
fx_media_open.c:565
if (media_ptr -> fx_media_root_cluster_32 < FX_FAT_ENTRY_START)
fx_media_open.c:572
(media_ptr -> fx_media_root_cluster_32 - FX_FAT_ENTRY_START) *
fx_media_open.c:714
fx_media_open.c:715
(media_ptr -> fx_media_cluster_search_start < FX_FAT_ENTRY_START))
fx_media_open.c:759
for (cluster_number = FX_FAT_ENTRY_START;
fx_media_open.c:760
cluster_number < (media_ptr -> fx_media_total_clusters) + FX_FAT_ENTRY_START;
fx_media_open.c:928
if (cluster_number >= (media_ptr -> fx_media_total_clusters + FX_FAT_ENTRY_START))
fx_media_open.c:957
media_ptr -> fx_media_cluster_search_start = FX_FAT_ENTRY_START;
fx_unicode_directory_entry_change.c:116
cluster = (logical_sector - media_ptr -> fx_media_data_sector_start) / (media_ptr -> fx_media_sectors_per_cluster) + FX_FAT_ENTRY_START;
fx_unicode_directory_entry_change.c:120
(((ULONG)cluster - FX_FAT_ENTRY_START) *
fx_unicode_directory_entry_change.c:300
if ((cluster < FX_FAT_ENTRY_START) || (cluster > media_ptr -> fx_media_fat_reserved))
fx_unicode_directory_entry_change.c:312
(((ULONG)cluster - FX_FAT_ENTRY_START) *
fx_unicode_directory_entry_read.c:185
if ((cluster < FX_FAT_ENTRY_START) || (cluster > media_ptr -> fx_media_fat_reserved))
fx_unicode_directory_entry_read.c:214
(((ULONG)cluster - FX_FAT_ENTRY_START) *
fx_unicode_directory_entry_read.c:468
if ((cluster < FX_FAT_ENTRY_START) || (cluster > media_ptr -> fx_media_fat_reserved))
fx_unicode_directory_entry_read.c:483
(((ULONG)cluster - FX_FAT_ENTRY_START) *
fx_unicode_directory_search.c:187
while ((cluster >= FX_FAT_ENTRY_START) && (cluster < media_ptr -> fx_media_fat_reserved))
fx_utility_FAT_entry_write.c:179
((cluster - FX_FAT_ENTRY_START) * media_ptr -> fx_media_sectors_per_cluster));
fx_utility_FAT_entry_write.c:252
((cluster - FX_FAT_ENTRY_START) * media_ptr -> fx_media_sectors_per_cluster));