Searched refs:fx_file_extended_best_effort_allocate (Results 1 – 6 of 6) sorted by relevance
/FileX-v6.2.1/test/regression_test/ |
D | filex_file_create_delete_test.c | 150 status = fx_file_extended_best_effort_allocate(&file_1, 0, &temp); in ftest_0_entry() 253 status = fx_file_extended_best_effort_allocate(&file_1, 1, &temp); in ftest_0_entry() 265 status = fx_file_extended_best_effort_allocate(FX_NULL, 0, FX_NULL); in ftest_0_entry() 285 status = fx_file_extended_best_effort_allocate(&file_5, 0, &temp); in ftest_0_entry() 293 status = fx_file_extended_best_effort_allocate(&file_1, 0, &temp); in ftest_0_entry() 305 status = fx_file_extended_best_effort_allocate(&file_1, 1, &actual64); in ftest_0_entry() 443 status = fx_file_extended_best_effort_allocate(&file_6, 128, &actual64); in ftest_0_entry() 471 status = fx_file_extended_best_effort_allocate(&file_6, 128, &actual64); in ftest_0_entry() 476 status = fx_file_extended_best_effort_allocate(&file_6, 128, &actual64); in ftest_0_entry() 502 status = fx_file_extended_best_effort_allocate(&file_6, 128, &actual64); in ftest_0_entry() [all …]
|
D | filex_fault_tolerant_file_allocate_test.c | 246 status = fx_file_extended_best_effort_allocate(&my_file, 2048, &allocated); in ftest_0_entry()
|
D | filex_fault_tolerant_enable_3_test.c | 441 status = fx_file_extended_best_effort_allocate( &my_file, 2048 * 4, &actual_64); in ftest_0_entry() 446 status = fx_file_extended_best_effort_allocate( &my_file, 2048 * 5, &actual_64); in ftest_0_entry() 452 status = fx_file_extended_best_effort_allocate( &my_file, 2048 * 5, &actual_64); in ftest_0_entry() 864 status += fx_file_extended_best_effort_allocate( &my_file, 2048 * 4, &actual_64); in ftest_0_entry() 877 status += fx_file_extended_best_effort_allocate( &my_file, 2048 * 4, &actual_64); in ftest_0_entry()
|
/FileX-v6.2.1/docs/ |
D | revision_history.txt | 47 fx_file_extended_best_effort_allocate.c 74 fx_file_extended_best_effort_allocate.c Corrected the file offset. 244 fx_file_extended_best_effort_allocate.c 308 fx_file_extended_best_effort_allocate.c 351 fx_file_extended_best_effort_allocate.c
|
/FileX-v6.2.1/common/inc/ |
D | fx_api.h | 1244 #define fx_file_extended_best_effort_allocate _fx_file_extended_best_effort_allocate macro 1340 #define fx_file_extended_best_effort_allocate _fxe_file_extended_best_effort_allocate macro 1450 UINT fx_file_extended_best_effort_allocate(FX_FILE *file_ptr, ULONG64 size, ULONG64 *actual_size_al…
|
/FileX-v6.2.1/common/ |
D | CMakeLists.txt | 59 ${CMAKE_CURRENT_LIST_DIR}/src/fx_file_extended_best_effort_allocate.c
|