Searched refs:fx_file_total_clusters (Results 1 – 7 of 7) sorted by relevance
362 file_ptr -> fx_file_total_clusters = cluster_count; in _fx_file_extended_truncate_release()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()608 search_ptr -> fx_file_total_clusters = file_ptr -> fx_file_total_clusters; in _fx_file_extended_truncate_release()
372 if (file_ptr -> fx_file_total_clusters) in _fx_file_extended_allocate()442 file_ptr -> fx_file_total_clusters = in _fx_file_extended_allocate()443 file_ptr -> fx_file_total_clusters + clusters; in _fx_file_extended_allocate()
403 if (file_ptr -> fx_file_total_clusters) in _fx_file_extended_best_effort_allocate()485 file_ptr -> fx_file_total_clusters = in _fx_file_extended_best_effort_allocate()486 file_ptr -> fx_file_total_clusters + clusters; in _fx_file_extended_best_effort_allocate()
258 …replace_clusters = (UINT)(file_ptr -> fx_file_total_clusters - file_ptr -> fx_file_current_relativ… in _fx_file_write()490 file_ptr -> fx_file_total_clusters = file_ptr -> fx_file_total_clusters + clusters; in _fx_file_write()1327 if (search_ptr -> fx_file_total_clusters == 0) in _fx_file_write()1331 … search_ptr -> fx_file_total_clusters = file_ptr -> fx_file_total_clusters; in _fx_file_write()
450 file_ptr -> fx_file_total_clusters = cluster_count; in _fx_file_open()
282 my_file.fx_file_total_clusters = 50; in ftest_0_entry()
1128 ULONG fx_file_total_clusters; member