Searched refs:fx_file_consecutive_cluster (Results 1 – 6 of 6) sorted by relevance
153 … if (byte_offset >= (ULONG64)file_ptr -> fx_file_consecutive_cluster * (ULONG64)bytes_per_cluster) in _fx_file_extended_seek()174 (file_ptr -> fx_file_consecutive_cluster - 1); in _fx_file_extended_seek()176 (file_ptr -> fx_file_consecutive_cluster - 1) * bytes_per_cluster; in _fx_file_extended_seek()177 cluster_count = (file_ptr -> fx_file_consecutive_cluster - 1); in _fx_file_extended_seek()
563 if (file_ptr -> fx_file_consecutive_cluster > file_ptr -> fx_file_total_clusters) in _fx_file_extended_truncate_release()567 file_ptr -> fx_file_consecutive_cluster = file_ptr -> fx_file_total_clusters; in _fx_file_extended_truncate_release()583 file_ptr -> fx_file_consecutive_cluster = 1; in _fx_file_extended_truncate_release()620 … search_ptr -> fx_file_consecutive_cluster = file_ptr -> fx_file_consecutive_cluster; in _fx_file_extended_truncate_release()
317 file_ptr -> fx_file_consecutive_cluster = 1; in _fx_file_open()375 file_ptr -> fx_file_consecutive_cluster++; in _fx_file_open()
460 file_ptr -> fx_file_consecutive_cluster = clusters; in _fx_file_extended_best_effort_allocate()
309 … if (file_ptr -> fx_file_current_relative_cluster < file_ptr -> fx_file_consecutive_cluster) in _fx_file_write()525 file_ptr -> fx_file_consecutive_cluster = 1; in _fx_file_write()
1130 ULONG fx_file_consecutive_cluster; member