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

/xnu-2422.115.4/bsd/hfs/
H A Dhfs_vfsops.c162 static int hfs_reclaimspace(struct hfsmount *hfsmp, u_int32_t allocLimit, u_int32_t reclaimblks, vfs_context_t context);
4656 * hfs_reclaimspace will use separate transactions when
4663 error = hfs_reclaimspace(hfsmp, hfsmp->allocLimit, reclaimblks, context);
7055 printf("hfs_reclaimspace: Error generating temporary keys for resize (%d)\n", error);
7104 printf ("hfs_reclaimspace: Error reclaiming datafork blocks of fileid=%u (error=%d)\n", filerec.fileID, error);
7121 printf ("hfs_reclaimspace: Error looking up rvp for fileid=%u (error=%d)\n", filerec.fileID, error);
7132 printf ("hfs_reclaimspace: Error reclaiming rsrcfork blocks of fileid=%u (error=%d)\n", filerec.fileID, error);
7176 hfs_reclaimspace(struct hfsmount *hfsmp, u_int32_t allocLimit, u_int32_t reclaimblks, vfs_context_t context) function
7190 printf ("hfs_reclaimspace: Unable to determine total blocks to reclaim error=%d\n", error);
7194 printf ("hfs_reclaimspace
[all...]

Completed in 82 milliseconds