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

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs.h653 extern int hfs_truncatefs(struct hfsmount *, u_int64_t, vfs_context_t);
H A Dhfs_readwrite.c1441 return hfs_truncatefs(hfsmp, *(u_int64_t *)ap->a_data, context);
H A Dhfs_vfsops.c3613 hfs_truncatefs(struct hfsmount *hfsmp, u_int64_t newsize, vfs_context_t context) function
3651 printf ("hfs_truncatefs: invalid size\n");
3657 printf("hfs_truncatefs: insufficient space (need %u blocks; have %u blocks)\n", reclaimblks, hfs_freeblks(hfsmp, 1));
3702 printf("hfs_truncatefs: couldn't reclaim space on %s\n", hfsmp->vcbVN);
3714 printf("hfs_truncatefs: didn't reclaim enough space on %s\n", hfsmp->vcbVN);
3740 printf("hfs_truncatefs: Error %d allocating new alternate volume header\n", error);
3764 printf("hfs_truncatefs: shrank \"%s\" to %d blocks (was %d blocks)\n",
3776 panic("hfs_truncatefs: unexpected error flushing volume header (%d)\n", error);
4674 printf("hfs_truncatefs: insufficient space (need %lu blocks; have %u blocks)\n", blkstomove, hfs_freeblks(hfsmp, 1));

Completed in 39 milliseconds