Searched refs:_fx_file_extended_truncate (Results 1 – 5 of 5) sorted by relevance
80 return(_fx_file_extended_truncate(file_ptr, (ULONG64)size)); in _fx_file_truncate()
89 status = _fx_file_extended_truncate(file_ptr, size); in _fxe_file_extended_truncate()
85 UINT _fx_file_extended_truncate(FX_FILE *file_ptr, ULONG64 size) in _fx_file_extended_truncate() function
85 #define _fx_file_truncate(f, s) _fx_file_extended_truncate(f, (ULONG64)s);94 UINT _fx_file_extended_truncate(FX_FILE *file_ptr, ULONG64 size);
1247 #define fx_file_extended_truncate _fx_file_extended_truncate