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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_hotfiles.c394 if (listp->hfl_totalblocks > hfsmp->hfs_hotfile_freeblks) {
397 hfsmp->hfs_hotfile_freeblks;
1158 if (fileblocks > hfsmp->hfs_hotfile_freeblks) {
1186 hfsmp->hfs_hotfile_freeblks -= fileblocks;
1236 if (hfsmp->hfs_hotfile_freeblks <= 0) {
1238 printf("hfs: hotfiles_adopt: free space exhausted (%d)\n", hfsmp->hfs_hotfile_freeblks);
1255 if ((listp->hfl_next >= listp->hfl_count) || (hfsmp->hfs_hotfile_freeblks <= 0)) {
1258 printf("hfs: hotfiles_adopt: %d blocks free in hot file band\n", hfsmp->hfs_hotfile_freeblks);
1411 hfsmp->hfs_hotfile_freeblks += fileblocks;
1466 printf("hfs: hotfiles_evict: %d blocks free in hot file band\n", hfsmp->hfs_hotfile_freeblks);
[all...]
H A Dhfs.h297 int hfs_hotfile_freeblks; member in struct:hfsmount
H A Dhfs_vfsutils.c2751 hfsmp->hfs_hotfile_freeblks = 0;
2775 hfsmp->hfs_hotfile_freeblks = hfs_hotfile_freeblocks(hfsmp);
2779 printf("hfs: hot file band free blocks = %d\n", hfsmp->hfs_hotfile_freeblks);

Completed in 97 milliseconds