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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_hotfiles.c77 hotfileinfo_t hfl_hotfile[1]; /* array of hot files */ member in struct:hotfilelist
1000 key->fileID = listp->hfl_hotfile[i].hf_fileid;
1012 &listp->hfl_hotfile[i].hf_temperature);
1023 key->fileID = listp->hfl_hotfile[i].hf_fileid;
1035 key->temperature = listp->hfl_hotfile[i].hf_temperature;
1036 key->fileID = listp->hfl_hotfile[i].hf_fileid;
1048 listp->hfl_hotfile[i].hf_temperature = 0;
1049 listp->hfl_totalblocks -= listp->hfl_hotfile[i].hf_blocks;
1125 if (listp->hfl_hotfile[i].hf_temperature == 0) {
1132 error = hfs_vget(hfsmp, listp->hfl_hotfile[
[all...]

Completed in 11 milliseconds