Home
last modified time | relevance | path

Searched refs:fx_media_sector_cache (Results 1 – 13 of 13) sorted by relevance

/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/src/
Dfx_utility_logical_sector_write.c140 cache_entry = &(media_ptr -> fx_media_sector_cache[index]); in _fx_utility_logical_sector_write()
Dfx_utility_logical_sector_flush.c337 cache_entry = &(media_ptr -> fx_media_sector_cache[index]); in _fx_utility_logical_sector_flush()
Dfx_fault_tolerant_enable.c153 …media_ptr -> fx_media_memory_buffer = media_ptr -> fx_media_sector_cache[0].fx_cached_sector_memor…
Dfx_media_open.c385 cache_entry_ptr = media_ptr -> fx_media_sector_cache;
411 media_ptr -> fx_media_sector_cache_list_ptr = media_ptr -> fx_media_sector_cache;
Dfx_utility_logical_sector_cache_entry_read.c110 cache_entry = &(media_ptr -> fx_media_sector_cache[index]); in _fx_utility_logical_sector_cache_entry_read()
/FileX-v6.2.1/common/inc/
Dfx_api.h1034 fx_media_sector_cache[FX_MAX_SECTOR_CACHE]; member