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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_hotfiles.c2224 hf_getsortedlist(hotfile_data_t * hotdata, hotfilelist_t *sortedlist) argument
2230 sortedlist->hfl_hotfile[i].hf_fileid = entry->fileid;
2231 sortedlist->hfl_hotfile[i].hf_temperature = entry->temperature;
2232 sortedlist->hfl_hotfile[i].hf_blocks = entry->blocks;
2233 sortedlist->hfl_totalblocks += entry->blocks;
2239 sortedlist->hfl_count = i;

Completed in 73 milliseconds