Home
last modified time | relevance | path

Searched refs:FX_FAULT_TOLERANT_LOG_UNDO_DONE (Results 1 – 10 of 10) sorted by relevance

/FileX-v6.2.1/test/regression_test/
Dfx_ram_driver_test.h9 #define FX_FAULT_TOLERANT_LOG_UNDO_DONE 0x02 macro
Dfx_ram_driver_test.c782 log_status |= FX_FAULT_TOLERANT_LOG_UNDO_DONE; in _filex_fault_tolerant_log_check()
802 if (!(log_status & FX_FAULT_TOLERANT_LOG_UNDO_DONE)) in _filex_fault_tolerant_log_check()
Dfilex_fault_tolerant_write_large_data_interrupt_test.c435 …_DATA_SECTOR) && (_filex_fault_tolerant_log_check(media_ptr) & FX_FAULT_TOLERANT_LOG_UNDO_DONE) && in my_driver_write()
Dfilex_fault_tolerant_recover_fail_test.c304 … FX_DATA_SECTOR) && (_filex_fault_tolerant_log_check(media_ptr) & FX_FAULT_TOLERANT_LOG_UNDO_DONE)) in my_driver_write()
Dfilex_fault_tolerant_write_large_data_fat_interrupt_test.c464 …= FX_FAT_SECTOR) && (_filex_fault_tolerant_log_check(media_ptr) & FX_FAULT_TOLERANT_LOG_UNDO_DONE)) in my_driver_write()
Dfilex_fault_tolerant_file_allocate_fat_interrupt_test.c675 …= FX_FAT_SECTOR) && (_filex_fault_tolerant_log_check(media_ptr) & FX_FAULT_TOLERANT_LOG_UNDO_DONE)) in my_driver_write()
Dfilex_fault_tolerant_file_best_allocate_fat_interrupt_test.c677 …= FX_FAT_SECTOR) && (_filex_fault_tolerant_log_check(media_ptr) & FX_FAULT_TOLERANT_LOG_UNDO_DONE)) in my_driver_write()
Dfilex_fault_tolerant_file_write_fat_interrupt_test.c751 …= FX_FAT_SECTOR) && (_filex_fault_tolerant_log_check(media_ptr) & FX_FAULT_TOLERANT_LOG_UNDO_DONE)) in my_driver_write()
Dfilex_fault_tolerant_file_write_data_interrupt_test.c454 … FX_DATA_SECTOR) && (_filex_fault_tolerant_log_check(media_ptr) & FX_FAULT_TOLERANT_LOG_UNDO_DONE)) in my_driver_write()
Dfilex_fault_tolerant_log_recover_fat_test.c526 …X_FAT_SECTOR) && (_filex_fault_tolerant_log_check(media_ptr) & FX_FAULT_TOLERANT_LOG_UNDO_DONE) && in my_driver_write_1()