Searched refs:_fx_file_extended_allocate (Results 1 – 5 of 5) sorted by relevance
81 return(_fx_file_extended_allocate(file_ptr, (ULONG64)size)); in _fx_file_allocate()
89 status = _fx_file_extended_allocate(file_ptr, size); in _fxe_file_extended_allocate()
91 UINT _fx_file_extended_allocate(FX_FILE *file_ptr, ULONG64 size) in _fx_file_extended_allocate() function
60 #define _fx_file_allocate(f, s) _fx_file_extended_allocate(f, (ULONG64)s);90 UINT _fx_file_extended_allocate(FX_FILE *file_ptr, ULONG64 size);
1243 #define fx_file_extended_allocate _fx_file_extended_allocate