/FileX-v6.2.1/test/regression_test/ |
D | filex_fault_tolerant_enable_3_test.c | 146 status += fx_file_allocate( &my_file, 2048); in ftest_0_entry() 248 status = fx_file_allocate( &my_file, 2048 * 2); in ftest_0_entry() 266 status += fx_file_allocate( &my_file, 2048 * 3); in ftest_0_entry() 275 status = fx_file_allocate( &my_file, 5 * 2048); in ftest_0_entry() 284 status = fx_file_allocate( &my_file, 5 * 2048); in ftest_0_entry() 293 status = fx_file_allocate( &my_file, 5 * 2048); in ftest_0_entry() 302 status = fx_file_allocate( &my_file, 5 * 2048); in ftest_0_entry() 311 status = fx_file_allocate( &my_file, 5 * 2048); in ftest_0_entry() 320 status = fx_file_allocate( &my_file, 5 * 2048); in ftest_0_entry() 351 status += fx_file_allocate( &my_file, 2048 * 5); in ftest_0_entry() [all …]
|
D | filex_fault_tolerant_enable_2_test.c | 142 status += fx_file_allocate( &my_file, 2048); in ftest_0_entry() 312 status += fx_file_allocate( &my_file, 2048 * 3); in ftest_0_entry() 347 status += fx_file_allocate( &my_file, 2048 * 3); in ftest_0_entry() 359 status += fx_file_allocate( &my_file, 2048); in ftest_0_entry()
|
D | filex_fault_tolerant_file_allocate_fat_crossover_test.c | 163 status += fx_file_allocate(&my_file, 512 * 118); in ftest_0_entry() 247 fx_file_allocate(&my_file, 512 * 2); in ftest_1_entry()
|
D | filex_fault_tolerant_enable_1_test.c | 376 status += fx_file_allocate( &my_file, 256 * 8 * 4000); in ftest_0_entry() 380 status += fx_file_allocate( &my_file, 256 * 8 * 194); in ftest_0_entry() 432 status += fx_file_allocate( &my_file, 256 * 8 * (4194 - clusters)); in ftest_0_entry()
|
D | filex_fault_tolerant_file_delete_fat_multiple_sectors_test.c | 213 status = fx_file_allocate(&my_file, 330 * 512); in ftest_0_entry() 258 status = fx_file_allocate(&my_file, 10 * 512); in ftest_0_entry()
|
D | filex_fault_tolerant_file_truncate_release_available_test.c | 292 status += fx_file_allocate(&my_file, 4 * 512); in ftest_0_entry() 333 status += fx_file_allocate(&my_file, 512); in ftest_0_entry()
|
D | filex_fault_tolerant_file_allocate_test.c | 242 status = fx_file_allocate(&my_file, 2048); in ftest_0_entry()
|
D | filex_file_allocate_test.c | 246 status = fx_file_allocate(&my_file, file_size); in ftest_0_entry()
|
D | filex_file_allocate_truncate_test.c | 262 status = fx_file_allocate(FX_NULL, 1500); in ftest_0_entry() 303 status = fx_file_allocate(&my_file, available_bytes/2); in ftest_0_entry() 631 status += fx_file_allocate(&my_file, 128*6); in ftest_0_entry()
|
D | filex_fault_tolerant_file_write_fat_crossover_2_test.c | 163 status += fx_file_allocate(&my_file, 512 * 118); in ftest_0_entry()
|
D | filex_fault_tolerant_file_best_effort_allocate_fat_crossover_test.c | 163 status += fx_file_allocate(&my_file, 512 * 118); in ftest_0_entry()
|
D | filex_fault_tolerant_file_allocate_directory_interrupt_test.c | 668 fx_file_allocate(&my_file, 1500); in ftest_1_entry()
|
D | filex_fault_tolerant_file_allocate_fat_interrupt_test.c | 666 status = fx_file_allocate(&my_file, 1500); in ftest_1_entry()
|
D | filex_fault_tolerant_file_allocate_redo_log_interrupt_test.c | 668 fx_file_allocate(&my_file, 1500); in ftest_1_entry()
|
D | filex_fault_tolerant_file_allocate_undo_log_interrupt_test.c | 668 fx_file_allocate(&my_file, 1500); in ftest_1_entry()
|
D | filex_file_read_write_test.c | 2394 status = fx_file_allocate(&my_file, 256); in ftest_0_entry() 2571 status += fx_file_allocate(&my_file, 512); in ftest_0_entry()
|
/FileX-v6.2.1/common/inc/ |
D | fx_api.h | 1181 #define fx_file_allocate(f, s) fx_file_extended_allocate(f, (ULONG64)s); macro 1221 #define fx_file_allocate _fx_file_allocate macro 1317 #define fx_file_allocate _fxe_file_allocate macro 1420 UINT fx_file_allocate(FX_FILE *file_ptr, ULONG size);
|
/FileX-v6.2.1/common/ |
D | CMakeLists.txt | 50 ${CMAKE_CURRENT_LIST_DIR}/src/fx_file_allocate.c
|
/FileX-v6.2.1/docs/ |
D | revision_history.txt | 627 … fx_file_allocate.c Changed logic to write out new information
|