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

/xnu-2782.1.97/bsd/hfs/
H A Dhfs_hotfiles.c394 if (listp->hfl_totalblocks > hfsmp->hfs_hotfile_freeblks) {
397 hfsmp->hfs_hotfile_freeblks;
1167 if (fileblocks > hfsmp->hfs_hotfile_freeblks) {
1195 hfsmp->hfs_hotfile_freeblks -= fileblocks;
1245 if (hfsmp->hfs_hotfile_freeblks <= 0) {
1247 printf("hfs: hotfiles_adopt: free space exhausted (%d)\n", hfsmp->hfs_hotfile_freeblks);
1264 if ((listp->hfl_next >= listp->hfl_count) || (hfsmp->hfs_hotfile_freeblks <= 0)) {
1267 printf("hfs: hotfiles_adopt: %d blocks free in hot file band\n", hfsmp->hfs_hotfile_freeblks);
1426 hfsmp->hfs_hotfile_freeblks += fileblocks;
1481 printf("hfs: hotfiles_evict: %d blocks free in hot file band\n", hfsmp->hfs_hotfile_freeblks);
[all...]
H A Dhfs.h292 int hfs_hotfile_freeblks; member in struct:hfsmount
H A Dhfs_vfsutils.c3112 hfsmp->hfs_hotfile_freeblks = 0;
3137 hfsmp->hfs_hotfile_freeblks = hfs_hotfile_freeblocks(hfsmp);
3142 hfsmp->hfs_hotfile_freeblks = 0;
3147 printf("hfs: hot file band free blocks = %d\n", hfsmp->hfs_hotfile_freeblks);

Completed in 31 milliseconds