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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_hotfiles.c132 static int hotfiles_evict (struct hfsmount *, vfs_context_t);
739 (void) hotfiles_evict(hfsmp, ctx);
1279 hotfiles_evict(struct hfsmount *hfsmp, vfs_context_t ctx) function
1332 printf("hfs: hotfiles_evict: no more records\n");
1339 printf("hfs: hotfiles_evict: invalid key length %d\n", key->keyLength);
1345 printf("hfs: hotfiles_evict: ran into thread records\n");
1359 printf("hfs: hotfiles_evict: err %d getting file %d\n",
1365 printf("hfs: hotfiles_evict: huh, not a file %d\n", key->fileID);
1382 printf("hfs: hotfiles_evict: file %d isn't hot!\n", key->fileID);
1394 printf("hfs: hotfiles_evict
[all...]

Completed in 15 milliseconds