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

/xnu-2422.115.4/bsd/hfs/
H A Dhfs_vfsops.c7007 hfs_reclaim_filespace(struct hfsmount *hfsmp, u_int32_t allocLimit, vfs_context_t context) function
7093 printf("hfs_reclaim_filespace: hfs_vget(%u) failed.\n", filerec.fileID);
7149 printf("hfs_reclaim_filespace: Relocated %u blocks from %u files on \"%s\"\n",
7279 error = hfs_reclaim_filespace(hfsmp, allocLimit, context);
7281 printf ("hfs_reclaimspace: hfs_reclaim_filespace returned error=%d\n", error);

Completed in 27 milliseconds