Searched refs:fx_file_best_effort_allocate (Results 1 – 9 of 9) sorted by relevance
/FileX-v6.2.1/test/regression_test/ |
D | filex_file_allocate_truncate_test.c | 294 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()
|
D | filex_fault_tolerant_file_best_effort_allocate_fat_crossover_test.c | 248 fx_file_best_effort_allocate(&my_file, 512 * 2, &actual_size); in ftest_1_entry()
|
D | filex_fault_tolerant_file_best_allocate_directory_interrupt_test.c | 668 fx_file_best_effort_allocate(&my_file, 1500, &actual_size_allocated); in ftest_1_entry()
|
D | filex_fault_tolerant_file_best_allocate_fat_interrupt_test.c | 668 fx_file_best_effort_allocate(&my_file, 1500, &actual_size_allocated); in ftest_1_entry()
|
D | filex_fault_tolerant_file_best_allocate_redo_log_interrupt_test.c | 668 fx_file_best_effort_allocate(&my_file, 1500, &actual_size_allocated); in ftest_1_entry()
|
D | filex_fault_tolerant_file_best_allocate_undo_log_interrupt_test.c | 666 fx_file_best_effort_allocate(&my_file, 1500, &actual_size_allocated); in ftest_1_entry()
|
D | filex_file_create_delete_test.c | 1091 status = fx_file_best_effort_allocate(&file_7, 1, &actual); in ftest_0_entry()
|
/FileX-v6.2.1/common/inc/ |
D | fx_api.h | 1225 #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/ |
D | CMakeLists.txt | 53 ${CMAKE_CURRENT_LIST_DIR}/src/fx_file_best_effort_allocate.c
|