Home
last modified time | relevance | path

Searched refs:fx_cached_sector_valid (Results 1 – 15 of 15) sorted by relevance

/FileX-v6.2.1/common/src/
Dfx_utility_logical_sector_cache_entry_read.c114 …if ((cache_entry -> fx_cached_sector_valid) && (cache_entry -> fx_cached_sector == logical_sector)) in _fx_utility_logical_sector_cache_entry_read()
129 …else if (((cache_entry + 1) -> fx_cached_sector_valid) && ((cache_entry + 1) -> fx_cached_sector =… in _fx_utility_logical_sector_cache_entry_read()
147 … temp_storage.fx_cached_sector_valid = (cache_entry) -> fx_cached_sector_valid; in _fx_utility_logical_sector_cache_entry_read()
153 …(cache_entry) -> fx_cached_sector_valid = (cache_entry + 1) -> fx_cached_sector_vali… in _fx_utility_logical_sector_cache_entry_read()
159 … (cache_entry + 1) -> fx_cached_sector_valid = temp_storage.fx_cached_sector_valid; in _fx_utility_logical_sector_cache_entry_read()
165 …else if (((cache_entry + 2) -> fx_cached_sector_valid) && ((cache_entry + 2) -> fx_cached_sector =… in _fx_utility_logical_sector_cache_entry_read()
182 … temp_storage.fx_cached_sector_valid = (cache_entry) -> fx_cached_sector_valid; in _fx_utility_logical_sector_cache_entry_read()
188 …(cache_entry) -> fx_cached_sector_valid = (cache_entry + 2) -> fx_cached_sector_vali… in _fx_utility_logical_sector_cache_entry_read()
194 …(cache_entry + 2) -> fx_cached_sector_valid = (cache_entry + 1) -> fx_cached_sector_vali… in _fx_utility_logical_sector_cache_entry_read()
200 … (cache_entry + 1) -> fx_cached_sector_valid = temp_storage.fx_cached_sector_valid; in _fx_utility_logical_sector_cache_entry_read()
[all …]
Dfx_utility_logical_sector_write.c148 …if ((cache_entry -> fx_cached_sector_valid) && (cache_entry -> fx_cached_sector == logical_sector)) in _fx_utility_logical_sector_write()
168 …if ((cache_entry -> fx_cached_sector_valid) && (cache_entry -> fx_cached_sector == logical_sector)) in _fx_utility_logical_sector_write()
200 cache_entry -> fx_cached_sector_valid = FX_FALSE; in _fx_utility_logical_sector_write()
214 if ((cache_entry -> fx_cached_sector_valid) && in _fx_utility_logical_sector_write()
219 cache_entry -> fx_cached_sector_valid = FX_FALSE; in _fx_utility_logical_sector_write()
Dfx_utility_logical_sector_flush.c142 if ((cache_entry -> fx_cached_sector_valid) && in _fx_utility_logical_sector_flush()
222 cache_entry -> fx_cached_sector_valid = FX_FALSE; in _fx_utility_logical_sector_flush()
344 if ((cache_entry -> fx_cached_sector_valid) && in _fx_utility_logical_sector_flush()
424 cache_entry -> fx_cached_sector_valid = FX_FALSE; in _fx_utility_logical_sector_flush()
450 if (cache_entry -> fx_cached_sector_valid) in _fx_utility_logical_sector_flush()
Dfx_utility_logical_sector_read.c174 if ((cache_entry -> fx_cached_sector_valid) && in _fx_utility_logical_sector_read()
285 cache_entry -> fx_cached_sector_valid = FX_TRUE; in _fx_utility_logical_sector_read()
333 cache_entry -> fx_cached_sector_valid = FX_FALSE; in _fx_utility_logical_sector_read()
534 if ((cache_entry -> fx_cached_sector_valid) && in _fx_utility_logical_sector_read()
602 cache_entry -> fx_cached_sector_valid = FX_TRUE; in _fx_utility_logical_sector_read()
Dfx_media_flush.c213 (media_ptr -> fx_media_sector_cache_list_ptr) -> fx_cached_sector_valid = FX_FALSE; in _fx_media_flush()
Dfx_media_close.c220 (media_ptr -> fx_media_sector_cache_list_ptr) -> fx_cached_sector_valid = FX_FALSE; in _fx_media_close()
Dfx_media_open.c393 cache_entry_ptr -> fx_cached_sector_valid = FX_FALSE;
621 (media_ptr -> fx_media_sector_cache_list_ptr) -> fx_cached_sector_valid = FX_FALSE;
/FileX-v6.2.1/test/regression_test/
Dfilex_media_cache_invalidate_test.c233 if (ram_disk.fx_media_sector_cache[i].fx_cached_sector_valid) in ftest_0_entry()
416 if (ram_disk.fx_media_sector_cache[i].fx_cached_sector_valid) in ftest_0_entry()
Dfilex_fault_tolerant_media_full_test.c224 return_if_fail(ram_disk.fx_media_sector_cache[j].fx_cached_sector_valid == 0); in ftest_0_entry()
Dfilex_fault_tolerant_write_large_data_test.c287 if (ram_disk.fx_media_sector_cache[j].fx_cached_sector_valid) in ftest_0_entry()
Dfilex_fault_tolerant_delete_large_data_test.c288 if (ram_disk.fx_media_sector_cache[j].fx_cached_sector_valid) in ftest_0_entry()
Dfilex_file_seek_test.c289 if (ram_disk.fx_media_sector_cache[i].fx_cached_sector_valid) in ftest_0_entry()
Dfilex_file_allocate_truncate_test.c403 if (ram_disk.fx_media_sector_cache[i].fx_cached_sector_valid) in ftest_0_entry()
Dfilex_file_read_write_test.c285 if (ram_disk.fx_media_sector_cache[i].fx_cached_sector_valid) in ftest_0_entry()
489 if (ram_disk.fx_media_sector_cache[i].fx_cached_sector_valid) in ftest_0_entry()
/FileX-v6.2.1/common/inc/
Dfx_api.h769 UCHAR fx_cached_sector_valid; member