Lines Matching refs:hfs

40 #include <hfs/hfs.h>
41 #include <hfs/hfs_endian.h>
42 #include <hfs/hfs_format.h>
43 #include <hfs/hfs_mount.h>
44 #include <hfs/hfs_hotfiles.h>
217 printf("hfs: Resume recording hot files on %s (%d secs left)\n",
243 printf("hfs: begin recording hot files on %s\n", hfsmp->vcbVN);
322 printf("hfs: end of hot file recording on %s\n", hfsmp->vcbVN);
332 printf("hfs: curentries: %d\n", hotdata->activefiles);
417 printf("hfs: evicting coldest files\n");
419 printf("hfs: adopting hotest files\n");
459 printf("hfs: suspend hot file recording on %s\n", hfsmp->vcbVN);
568 printf("hfs: Error %d creating hot file b-tree on %s \n", error, hfsmp->vcbVN);
580 printf("hfs: Error %d opening hot file b-tree on %s \n", error, hfsmp->vcbVN);
599 printf("hfs: Evaluating space for \"%s\" metadata zone...\n", HFSTOVCB(hfsmp)->vcbVN);
697 printf("hfs: %d files identified out of %d\n", inserted, filecount);
1022 printf("hfs: hotfiles_refine: BTUpdateRecord failed %d (file %d)\n", error, key->fileID);
1038 printf("hfs: hotfiles_refine: BTDeleteRecord failed %d (file %d)\n", error, key->fileID);
1048 printf("hfs: hotfiles_refine: BTInsertRecord failed %d (file %d)\n", error, key->fileID);
1151 printf("hfs: hotfiles_adopt: huh, not a file %d (%d)\n", listp->hfl_hotfile[i].hf_fileid, VTOC(vp)->c_cnid);
1213 printf("hfs: hotfiles_adopt: BTInsertRecord failed %d (fileid %d)\n", error, key->fileID);
1227 printf("hfs: hotfiles_adopt: BTInsertRecord failed %d (fileid %d)\n", error, key->fileID);
1247 printf("hfs: hotfiles_adopt: free space exhausted (%d)\n", hfsmp->hfs_hotfile_freeblks);
1254 printf("hfs: hotfiles_adopt: [%d] adopted %d blocks (%d left)\n", listp->hfl_next, blksmoved, listp->hfl_totalblocks);
1266 printf("hfs: hotfiles_adopt: all done relocating %d files\n", listp->hfl_count);
1267 printf("hfs: hotfiles_adopt: %d blocks free in hot file band\n", hfsmp->hfs_hotfile_freeblks);
1341 printf("hfs: hotfiles_evict: no more records\n");
1348 printf("hfs: hotfiles_evict: invalid key length %d\n", key->keyLength);
1354 printf("hfs: hotfiles_evict: ran into thread records\n");
1368 printf("hfs: hotfiles_evict: err %d getting file %d\n",
1379 printf("hfs: hotfiles_evict: huh, not a file %d\n", key->fileID);
1397 printf("hfs: hotfiles_evict: file %d isn't hot!\n", key->fileID);
1409 printf("hfs: hotfiles_evict: err %d relocating file %d\n", error, key->fileID);
1465 printf("hfs: hotfiles_evict: moved %d files (%d blks, %d to go)\n", filesmoved, blksmoved, listp->hfl_reclaimblks);
1481 printf("hfs: hotfiles_evict: %d blocks free in hot file band\n", hfsmp->hfs_hotfile_freeblks);
1720 printf("hfs: hfc_btree_open: cat_lookup error %d\n", error);
1728 printf("hfs: hfc_btree_open: hfs_getnewvnode error %d\n", error);
1734 printf("hfs: hfc_btree_open: file has UBC, try again\n");
1748 printf("hfs: hfc_btree_open: BTOpenPath error %d\n", error);
1760 panic("hfs: hfc_btree_open: not a system file (vp = %p)", vp);
1813 panic("hfs: hfc_btree_create: hfc_filevp exists (vp = %p)", hfsmp->hfc_filevp);
1843 printf("hfs: error %d creating HFBT on %s\n", error, HFSTOVCB(hfsmp)->vcbVN);
1861 printf("hfs: created HFBT on %s\n", HFSTOVCB(hfsmp)->vcbVN);
1936 printf("hfs: error %d growing HFBT on %s\n", error, HFSTOVCB(hfsmp)->vcbVN);
1960 printf("hfs: error %d writing HFBT on %s\n", error, HFSTOVCB(hfsmp)->vcbVN);
2257 printf("hfs: hf_getsortedlist returned %d entries\n", i);
2280 printf("hfs: temperature: % 8d, fileid %d\n", root->temperature, root->fileid);