Home
last modified time | relevance | path

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

/FileX-v6.2.1/test/regression_test/
Dfilex_file_allocate_truncate_test.c294 status = fx_file_best_effort_allocate(FX_NULL, 0xFF, FX_NULL); in ftest_0_entry()
319 status += fx_file_best_effort_allocate(&my_file, available_bytes, &actual); in ftest_0_entry()
342 status = fx_file_best_effort_allocate(FX_NULL, 1500, FX_NULL); in ftest_0_entry()
Dfilex_fault_tolerant_file_best_effort_allocate_fat_crossover_test.c248 fx_file_best_effort_allocate(&my_file, 512 * 2, &actual_size); in ftest_1_entry()
Dfilex_fault_tolerant_file_best_allocate_directory_interrupt_test.c668 fx_file_best_effort_allocate(&my_file, 1500, &actual_size_allocated); in ftest_1_entry()
Dfilex_fault_tolerant_file_best_allocate_fat_interrupt_test.c668 fx_file_best_effort_allocate(&my_file, 1500, &actual_size_allocated); in ftest_1_entry()
Dfilex_fault_tolerant_file_best_allocate_redo_log_interrupt_test.c668 fx_file_best_effort_allocate(&my_file, 1500, &actual_size_allocated); in ftest_1_entry()
Dfilex_fault_tolerant_file_best_allocate_undo_log_interrupt_test.c666 fx_file_best_effort_allocate(&my_file, 1500, &actual_size_allocated); in ftest_1_entry()
Dfilex_file_create_delete_test.c1091 status = fx_file_best_effort_allocate(&file_7, 1, &actual); in ftest_0_entry()
/FileX-v6.2.1/common/inc/
Dfx_api.h1225 #define fx_file_best_effort_allocate _fx_file_best_effort_allocate macro
1321 #define fx_file_best_effort_allocate _fxe_file_best_effort_allocate macro
1424 UINT fx_file_best_effort_allocate(FX_FILE *file_ptr, ULONG size, ULONG *actual_size_allocated);
/FileX-v6.2.1/common/
DCMakeLists.txt53 ${CMAKE_CURRENT_LIST_DIR}/src/fx_file_best_effort_allocate.c