Home
last modified time | relevance | path

Searched refs:fx_media_opened_file_count (Results 1 – 16 of 16) sorted by relevance

/FileX-v6.2.1/common/src/
Dfxe_file_open.c107 open_count = media_ptr -> fx_media_opened_file_count; in _fxe_file_open()
Dfx_media_abort.c104 open_count = media_ptr -> fx_media_opened_file_count; in _fx_media_abort()
Dfx_file_open.c200 open_count = media_ptr -> fx_media_opened_file_count; in _fx_file_open()
257 open_count = media_ptr -> fx_media_opened_file_count; in _fx_file_open()
534 media_ptr -> fx_media_opened_file_count++; in _fx_file_open()
Dfx_file_close.c136 media_ptr -> fx_media_opened_file_count--; in _fx_file_close()
Dfx_file_attributes_set.c163 open_count = media_ptr -> fx_media_opened_file_count; in _fx_file_attributes_set()
Dfx_directory_information_get.c140 open_count = media_ptr -> fx_media_opened_file_count; in _fx_directory_information_get()
Dfx_file_delete.c201 open_count = media_ptr -> fx_media_opened_file_count; in _fx_file_delete()
Dfx_media_flush.c127 open_count = media_ptr -> fx_media_opened_file_count; in _fx_media_flush()
Dfx_file_extended_truncate.c185 open_count = media_ptr -> fx_media_opened_file_count; in _fx_file_extended_truncate()
Dfx_media_close.c123 open_count = media_ptr -> fx_media_opened_file_count; in _fx_media_close()
Dfx_file_rename.c464 open_count = media_ptr -> fx_media_opened_file_count; in _fx_file_rename()
Dfx_media_check.c199 if (media_ptr -> fx_media_opened_file_count) in _fx_media_check()
Dfx_file_extended_truncate_release.c589 open_count = media_ptr -> fx_media_opened_file_count; in _fx_file_extended_truncate_release()
Dfx_media_open.c930 media_ptr -> fx_media_opened_file_count = 0;
Dfx_file_write.c1295 open_count = media_ptr -> fx_media_opened_file_count; in _fx_file_write()
/FileX-v6.2.1/common/inc/
Dfx_api.h908 ULONG fx_media_opened_file_count; member