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

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_vfsops.c144 static int hfs_reclaimspace(struct hfsmount *hfsmp, u_long startblk, u_long reclaimblks, vfs_context_t context);
3694 * hfs_reclaimspace will use separate transactions when
3701 if (hfs_reclaimspace(hfsmp, hfsmp->allocLimit, reclaimblks, context) != 0) {
4468 hfs_reclaimspace(struct hfsmount *hfsmp, u_long startblk, u_long reclaimblks, vfs_context_t context) function
4493 printf("hfs_reclaimspace: reclaim allocation file returned %d\n", error);
4499 printf("hfs_reclaimspace: reclaim extents b-tree returned %d\n", error);
4505 printf("hfs_reclaimspace: reclaim catalog b-tree returned %d\n", error);
4511 printf("hfs_reclaimspace: reclaim attribute b-tree returned %d\n", error);
4517 printf("hfs_reclaimspace: reclaim startup file returned %d\n", error);
4537 printf("hfs_reclaimspace
[all...]

Completed in 37 milliseconds