Home
last modified time | relevance | path

Searched refs:fx_file_allocate (Results 1 – 19 of 19) sorted by relevance

/FileX-v6.2.1/test/regression_test/
Dfilex_fault_tolerant_enable_3_test.c146 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 …]
Dfilex_fault_tolerant_enable_2_test.c142 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()
Dfilex_fault_tolerant_file_allocate_fat_crossover_test.c163 status += fx_file_allocate(&my_file, 512 * 118); in ftest_0_entry()
247 fx_file_allocate(&my_file, 512 * 2); in ftest_1_entry()
Dfilex_fault_tolerant_enable_1_test.c376 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()
Dfilex_fault_tolerant_file_delete_fat_multiple_sectors_test.c213 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()
Dfilex_fault_tolerant_file_truncate_release_available_test.c292 status += fx_file_allocate(&my_file, 4 * 512); in ftest_0_entry()
333 status += fx_file_allocate(&my_file, 512); in ftest_0_entry()
Dfilex_fault_tolerant_file_allocate_test.c242 status = fx_file_allocate(&my_file, 2048); in ftest_0_entry()
Dfilex_file_allocate_test.c246 status = fx_file_allocate(&my_file, file_size); in ftest_0_entry()
Dfilex_file_allocate_truncate_test.c262 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()
Dfilex_fault_tolerant_file_write_fat_crossover_2_test.c163 status += fx_file_allocate(&my_file, 512 * 118); in ftest_0_entry()
Dfilex_fault_tolerant_file_best_effort_allocate_fat_crossover_test.c163 status += fx_file_allocate(&my_file, 512 * 118); in ftest_0_entry()
Dfilex_fault_tolerant_file_allocate_directory_interrupt_test.c668 fx_file_allocate(&my_file, 1500); in ftest_1_entry()
Dfilex_fault_tolerant_file_allocate_fat_interrupt_test.c666 status = fx_file_allocate(&my_file, 1500); in ftest_1_entry()
Dfilex_fault_tolerant_file_allocate_redo_log_interrupt_test.c668 fx_file_allocate(&my_file, 1500); in ftest_1_entry()
Dfilex_fault_tolerant_file_allocate_undo_log_interrupt_test.c668 fx_file_allocate(&my_file, 1500); in ftest_1_entry()
Dfilex_file_read_write_test.c2394 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/
Dfx_api.h1181 #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/
DCMakeLists.txt50 ${CMAKE_CURRENT_LIST_DIR}/src/fx_file_allocate.c
/FileX-v6.2.1/docs/
Drevision_history.txt627fx_file_allocate.c Changed logic to write out new information