Home
last modified time | relevance | path

Searched refs:fx_media_sector_cache_list_ptr (Results 1 – 9 of 9) sorted by relevance

/FileX-v6.2.1/common/src/
Dfx_media_flush.c209 … buffer_ptr = (media_ptr -> fx_media_sector_cache_list_ptr) -> fx_cached_sector_memory_buffer; in _fx_media_flush()
212 (media_ptr -> fx_media_sector_cache_list_ptr) -> fx_cached_sector = (~(ULONG64)0); in _fx_media_flush()
213 (media_ptr -> fx_media_sector_cache_list_ptr) -> fx_cached_sector_valid = FX_FALSE; in _fx_media_flush()
Dfx_media_close.c216 … buffer_ptr = (media_ptr -> fx_media_sector_cache_list_ptr) -> fx_cached_sector_memory_buffer; in _fx_media_close()
219 (media_ptr -> fx_media_sector_cache_list_ptr) -> fx_cached_sector = (~(ULONG64)0); in _fx_media_close()
220 (media_ptr -> fx_media_sector_cache_list_ptr) -> fx_cached_sector_valid = FX_FALSE; in _fx_media_close()
Dfx_utility_logical_sector_read.c306 media_ptr -> fx_media_sector_cache_list_ptr; in _fx_utility_logical_sector_read()
307 media_ptr -> fx_media_sector_cache_list_ptr = cache_entry; in _fx_utility_logical_sector_read()
623 media_ptr -> fx_media_sector_cache_list_ptr; in _fx_utility_logical_sector_read()
624 media_ptr -> fx_media_sector_cache_list_ptr = cache_entry; in _fx_utility_logical_sector_read()
Dfx_utility_logical_sector_cache_entry_read.c294 cache_entry = media_ptr -> fx_media_sector_cache_list_ptr; in _fx_utility_logical_sector_cache_entry_read()
323 media_ptr -> fx_media_sector_cache_list_ptr; in _fx_utility_logical_sector_cache_entry_read()
324 media_ptr -> fx_media_sector_cache_list_ptr = cache_entry; in _fx_utility_logical_sector_cache_entry_read()
Dfx_utility_logical_sector_write.c160 cache_entry = media_ptr -> fx_media_sector_cache_list_ptr; in _fx_utility_logical_sector_write()
206 cache_entry = media_ptr -> fx_media_sector_cache_list_ptr; in _fx_utility_logical_sector_write()
Dfx_media_open.c411 media_ptr -> fx_media_sector_cache_list_ptr = media_ptr -> fx_media_sector_cache;
617 … buffer_ptr = (media_ptr -> fx_media_sector_cache_list_ptr) -> fx_cached_sector_memory_buffer;
620 (media_ptr -> fx_media_sector_cache_list_ptr) -> fx_cached_sector = (~((ULONG64) 0));
621 (media_ptr -> fx_media_sector_cache_list_ptr) -> fx_cached_sector_valid = FX_FALSE;
Dfx_utility_logical_sector_flush.c118 cache_entry = media_ptr -> fx_media_sector_cache_list_ptr; in _fx_utility_logical_sector_flush()
/FileX-v6.2.1/test/regression_test/
Dfilex_file_write_available_cluster_test.c324 ram_disk.fx_media_sector_cache_list_ptr = &cache_entry; in ftest_0_entry()
/FileX-v6.2.1/common/inc/
Dfx_api.h830 *fx_media_sector_cache_list_ptr; member