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

/xnu-2422.115.4/bsd/hfs/
H A Dhfs_hotfiles.c131 static int hotfiles_adopt (struct hfsmount *);
743 (void) hotfiles_adopt(hfsmp);
1078 hotfiles_adopt(struct hfsmount *hfsmp) function
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
[all...]

Completed in 65 milliseconds