/FileX-v6.2.1/common/src/ |
D | fxe_file_best_effort_allocate.c | 76 UINT _fxe_file_best_effort_allocate(FX_FILE *file_ptr, ULONG size, ULONG *actual_size_allocated) in _fxe_file_best_effort_allocate() argument 83 if ((file_ptr == FX_NULL) || (actual_size_allocated == FX_NULL)) in _fxe_file_best_effort_allocate() 92 status = _fx_file_best_effort_allocate(file_ptr, size, actual_size_allocated); in _fxe_file_best_effort_allocate()
|
D | fxe_file_extended_best_effort_allocate.c | 76 …file_extended_best_effort_allocate(FX_FILE *file_ptr, ULONG64 size, ULONG64 *actual_size_allocated) in _fxe_file_extended_best_effort_allocate() argument 83 if ((file_ptr == FX_NULL) || (actual_size_allocated == FX_NULL)) in _fxe_file_extended_best_effort_allocate() 92 status = _fx_file_extended_best_effort_allocate(file_ptr, size, actual_size_allocated); in _fxe_file_extended_best_effort_allocate()
|
D | fx_file_extended_best_effort_allocate.c | 92 …file_extended_best_effort_allocate(FX_FILE *file_ptr, ULONG64 size, ULONG64 *actual_size_allocated) in _fx_file_extended_best_effort_allocate() argument 141 *actual_size_allocated = 0; in _fx_file_extended_best_effort_allocate() 226 *actual_size_allocated = 0; in _fx_file_extended_best_effort_allocate() local 493 *actual_size_allocated = ((ULONG64)clusters) * bytes_per_cluster; in _fx_file_extended_best_effort_allocate() 498 if (size < *actual_size_allocated) in _fx_file_extended_best_effort_allocate() 504 file_ptr -> fx_file_current_file_size += *actual_size_allocated; in _fx_file_extended_best_effort_allocate() 512 …trace_event, trace_timestamp, FX_TRACE_FILE_BEST_EFFORT_ALLOCATE, 0, 0, *actual_size_allocated, 0); in _fx_file_extended_best_effort_allocate() 543 *actual_size_allocated = 0; in _fx_file_extended_best_effort_allocate() local
|
D | fx_file_best_effort_allocate.c | 78 UINT _fx_file_best_effort_allocate(FX_FILE *file_ptr, ULONG size, ULONG *actual_size_allocated) in _fx_file_best_effort_allocate() argument 90 *actual_size_allocated = (ULONG)temp_actual_size_allocated; in _fx_file_best_effort_allocate()
|
/FileX-v6.2.1/common/inc/ |
D | fx_file.h | 64 UINT _fx_file_best_effort_allocate(FX_FILE *file_ptr, ULONG size, ULONG *actual_size_allocated); 91 …ile_extended_best_effort_allocate(FX_FILE *file_ptr, ULONG64 size, ULONG64 *actual_size_allocated); 100 UINT _fxe_file_best_effort_allocate(FX_FILE *file_ptr, ULONG size, ULONG *actual_size_allocated); 117 …ile_extended_best_effort_allocate(FX_FILE *file_ptr, ULONG64 size, ULONG64 *actual_size_allocated);
|
D | fx_api.h | 1424 UINT fx_file_best_effort_allocate(FX_FILE *file_ptr, ULONG size, ULONG *actual_size_allocated); 1450 …ile_extended_best_effort_allocate(FX_FILE *file_ptr, ULONG64 size, ULONG64 *actual_size_allocated);
|
/FileX-v6.2.1/test/regression_test/ |
D | filex_fault_tolerant_file_best_allocate_directory_interrupt_test.c | 645 ULONG actual_size_allocated; in ftest_1_entry() local 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 | 640 ULONG actual_size_allocated; in ftest_1_entry() local 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 | 645 ULONG actual_size_allocated; in ftest_1_entry() local 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 | 644 ULONG actual_size_allocated; in ftest_1_entry() local 666 fx_file_best_effort_allocate(&my_file, 1500, &actual_size_allocated); in ftest_1_entry()
|