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

/xnu-2422.115.4/bsd/hfs/
H A Dhfs_vfsops.c4866 hfs_copy_extent( function
4897 panic("hfs_copy_extent: vp=%p (cp=%p) not owned?\n", vp, cp);
4930 printf ("hfs_copy_extent: cp_handle_relocate failed (%d) \n", cp_err);
5008 printf("hfs_copy_extent: Error %d from VNOP_STRATEGY (read)\n", err);
5056 printf("hfs_copy_extent: Error %d from VNOP_STRATEGY (write)\n", err);
5073 printf("hfs_copy_extent: DKIOCSYNCHRONIZECACHE failed (%d)\n", err);
5815 error = hfs_copy_extent(hfsmp, extent_info->vp, oldStartBlock,
5818 printf ("hfs_reclaim_extent: fileID=%u start=%u, %u:(%u,%u)=>(%u,%u) hfs_copy_extent error=%d\n", extent_info->fileID, extent_info->recStartBlock, index, oldStartBlock, oldBlockCount, newStartBlock, newBlockCount, error);
6000 * the code that actually relocates data (hfs_copy_extent()) also

Completed in 84 milliseconds