Searched refs:fx_file_id (Results 1 – 13 of 13) sorted by relevance
84 if (file_ptr -> fx_file_id != FX_FILE_ID) in _fx_file_close()139 file_ptr -> fx_file_id = FX_FILE_CLOSED_ID; in _fx_file_close()
90 if (file_ptr -> fx_file_id != FX_FILE_ID) in _fx_file_extended_relative_seek()
110 file_ptr -> fx_file_id = FX_FILE_ABORTED_ID; in _fx_media_abort()
94 if (file_ptr -> fx_file_id != FX_FILE_ID) in _fx_file_extended_seek()
109 if (file_ptr -> fx_file_id != FX_FILE_ID) in _fx_file_extended_truncate()
170 file_ptr -> fx_file_id = FX_FILE_CLOSED_ID; in _fx_media_close()
101 if (file_ptr -> fx_file_id != FX_FILE_ID) in _fx_file_read()
110 if (file_ptr -> fx_file_id != FX_FILE_ID) in _fx_file_extended_allocate()
112 if (file_ptr -> fx_file_id != FX_FILE_ID) in _fx_file_extended_best_effort_allocate()
445 file_ptr -> fx_file_id = FX_FILE_ID; in _fx_file_open()
118 if (file_ptr -> fx_file_id != FX_FILE_ID) in _fx_file_extended_truncate_release()
141 if (file_ptr -> fx_file_id != FX_FILE_ID) in _fx_file_write()
1116 ULONG fx_file_id; member