Home
last modified time | relevance | path

Searched refs:actual_size_allocated (Results 1 – 10 of 10) sorted by relevance

/FileX-v6.2.1/common/src/
Dfxe_file_best_effort_allocate.c76 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()
Dfxe_file_extended_best_effort_allocate.c76 …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()
Dfx_file_extended_best_effort_allocate.c92 …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
Dfx_file_best_effort_allocate.c78 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/
Dfx_file.h64 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);
Dfx_api.h1424 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/
Dfilex_fault_tolerant_file_best_allocate_directory_interrupt_test.c645 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()
Dfilex_fault_tolerant_file_best_allocate_fat_interrupt_test.c640 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()
Dfilex_fault_tolerant_file_best_allocate_redo_log_interrupt_test.c645 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()
Dfilex_fault_tolerant_file_best_allocate_undo_log_interrupt_test.c644 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()