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

/darwin-on-arm/xnu/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) {
1049 listp->hfl_totalblocks -= listp->hfl_hotfile[i].hf_blocks;
1154 listp->hfl_totalblocks -= listp->hfl_hotfile[i].hf_blocks;
1162 listp->hfl_totalblocks -= fileblocks;
1187 listp->hfl_totalblocks -= fileblocks;
1245 printf("hfs: hotfiles_adopt: [%d] adopted %d blocks (%d left)\n", listp->hfl_next, blksmoved, listp->hfl_totalblocks);
2233 sortedlist->hfl_totalblocks
[all...]

Completed in 21 milliseconds