Home
last modified time | relevance | path

Searched refs:FX_FILE_ID (Results 1 – 11 of 11) sorted by relevance

/FileX-v6.2.1/common/src/
Dfx_file_extended_relative_seek.c90 if (file_ptr -> fx_file_id != FX_FILE_ID) in _fx_file_extended_relative_seek()
Dfx_file_close.c84 if (file_ptr -> fx_file_id != FX_FILE_ID) in _fx_file_close()
Dfx_file_extended_seek.c94 if (file_ptr -> fx_file_id != FX_FILE_ID) in _fx_file_extended_seek()
Dfx_file_extended_truncate.c109 if (file_ptr -> fx_file_id != FX_FILE_ID) in _fx_file_extended_truncate()
Dfx_file_read.c101 if (file_ptr -> fx_file_id != FX_FILE_ID) in _fx_file_read()
Dfx_file_extended_allocate.c110 if (file_ptr -> fx_file_id != FX_FILE_ID) in _fx_file_extended_allocate()
Dfx_file_extended_best_effort_allocate.c112 if (file_ptr -> fx_file_id != FX_FILE_ID) in _fx_file_extended_best_effort_allocate()
Dfx_file_open.c445 file_ptr -> fx_file_id = FX_FILE_ID; in _fx_file_open()
Dfx_file_extended_truncate_release.c118 if (file_ptr -> fx_file_id != FX_FILE_ID) in _fx_file_extended_truncate_release()
Dfx_file_write.c141 if (file_ptr -> fx_file_id != FX_FILE_ID) in _fx_file_write()
/FileX-v6.2.1/common/inc/
Dfx_api.h380 #define FX_FILE_ID ((ULONG)0x46494C45) macro