Home
last modified time | relevance | path

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

/FileX-v6.4.1/common/src/
Dfx_file_open.c99 ULONG64 bytes_available; in _fx_file_open() local
325bytes_available = ((bytes_remaining + bytes_per_cluster - 1) / bytes_per_cluster) * bytes_per_clu… in _fx_file_open()
427 bytes_available = ((ULONG64)media_ptr -> fx_media_bytes_per_sector) * in _fx_file_open()
432 if ((bytes_available < file_ptr -> fx_file_dir_entry.fx_dir_entry_file_size) || in _fx_file_open()
454 file_ptr -> fx_file_current_available_size = bytes_available; in _fx_file_open()