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

/xnu-2422.115.4/bsd/hfs/
H A Dhfs_hotfiles.c74 int hfl_totalblocks; /* total hot file blocks */ member in struct:hotfilelist
394 if (listp->hfl_totalblocks > hfsmp->hfs_hotfile_freeblks) {
396 MIN(listp->hfl_totalblocks, hfsmp->hfs_hotfile_maxblks) -
409 if (newstage == HFC_ADOPTION && listp->hfl_totalblocks == 0) {
1057 listp->hfl_totalblocks -= listp->hfl_hotfile[i].hf_blocks;
1163 listp->hfl_totalblocks -= listp->hfl_hotfile[i].hf_blocks;
1171 listp->hfl_totalblocks -= fileblocks;
1196 listp->hfl_totalblocks -= fileblocks;
1254 printf("hfs: hotfiles_adopt: [%d] adopted %d blocks (%d left)\n", listp->hfl_next, blksmoved, listp->hfl_totalblocks);
2248 sortedlist->hfl_totalblocks
[all...]

Completed in 21 milliseconds