Home
last modified time | relevance | path

Searched refs:fat_last (Results 1 – 2 of 2) sorted by relevance

/FileX-v6.4.1/common/src/
Dfx_media_check_lost_cluster_check.c84 ULONG fat_last; in _fx_media_check_lost_cluster_check() local
92 fat_last = FX_LAST_CLUSTER_1_32; in _fx_media_check_lost_cluster_check()
96 fat_last = FX_LAST_CLUSTER_1; in _fx_media_check_lost_cluster_check()
133 (next_cluster >= fat_last)) in _fx_media_check_lost_cluster_check()
Dfx_file_open.c101 ULONG fat_last; in _fx_file_open() local
128 fat_last = FX_LAST_CLUSTER_1_32; in _fx_file_open()
133 fat_last = FX_LAST_CLUSTER_1; in _fx_file_open()
433 ((cluster_count) && (contents < fat_last))) in _fx_file_open()