Searched refs:sortedlist (Results 1 - 1 of 1) sorted by relevance

/xnu-2422.115.4/bsd/hfs/
H A Dhfs_hotfiles.c2239 hf_getsortedlist(hotfile_data_t * hotdata, hotfilelist_t *sortedlist) argument
2245 sortedlist->hfl_hotfile[i].hf_fileid = entry->fileid;
2246 sortedlist->hfl_hotfile[i].hf_temperature = entry->temperature;
2247 sortedlist->hfl_hotfile[i].hf_blocks = entry->blocks;
2248 sortedlist->hfl_totalblocks += entry->blocks;
2254 sortedlist->hfl_count = i;

Completed in 66 milliseconds