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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_hotfiles.c131 static int hotfiles_adopt (struct hfsmount *);
743 (void) hotfiles_adopt(hfsmp);
1070 hotfiles_adopt(struct hfsmount *hfsmp) function
1142 printf("hfs: hotfiles_adopt: huh, not a file %d (%d)\n", listp->hfl_hotfile[i].hf_fileid, VTOC(vp)->c_cnid);
1204 printf("hfs: hotfiles_adopt: BTInsertRecord failed %d (fileid %d)\n", error, key->fileID);
1218 printf("hfs: hotfiles_adopt: BTInsertRecord failed %d (fileid %d)\n", error, key->fileID);
1238 printf("hfs: hotfiles_adopt: free space exhausted (%d)\n", hfsmp->hfs_hotfile_freeblks);
1245 printf("hfs: hotfiles_adopt: [%d] adopted %d blocks (%d left)\n", listp->hfl_next, blksmoved, listp->hfl_totalblocks);
1257 printf("hfs: hotfiles_adopt: all done relocating %d files\n", listp->hfl_count);
1258 printf("hfs: hotfiles_adopt
[all...]

Completed in 12 milliseconds