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

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_hotfiles.c387 if (listp->hfl_totalblocks > hfsmp->hfs_hotfile_freeblks) {
390 hfsmp->hfs_hotfile_freeblks;
1133 if (fileblocks > hfsmp->hfs_hotfile_freeblks) {
1161 hfsmp->hfs_hotfile_freeblks -= fileblocks;
1211 if (hfsmp->hfs_hotfile_freeblks <= 0) {
1213 printf("hotfiles_adopt: free space exhausted (%d)\n", hfsmp->hfs_hotfile_freeblks);
1230 if ((listp->hfl_next >= listp->hfl_count) || (hfsmp->hfs_hotfile_freeblks <= 0)) {
1233 printf("hotfiles_adopt: %d blocks free in hot file band\n", hfsmp->hfs_hotfile_freeblks);
1381 hfsmp->hfs_hotfile_freeblks += fileblocks;
1436 printf("hotfiles_evict: %d blocks free in hot file band\n", hfsmp->hfs_hotfile_freeblks);
[all...]
H A Dhfs.h246 int hfs_hotfile_freeblks; member in struct:hfsmount
H A Dhfs_vfsutils.c2288 hfsmp->hfs_hotfile_freeblks = hfs_hotfile_freeblocks(hfsmp);
2292 printf("HFS: hot file band free blocks = %d\n", hfsmp->hfs_hotfile_freeblks);

Completed in 22 milliseconds