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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_vfsops.c4794 hfs_copy_extent( function
4825 panic("hfs_copy_extent: vp=%p (cp=%p) not owned?\n", vp, cp);
4858 printf ("hfs_copy_extent: cp_handle_relocate failed (%d) \n", cp_err);
4936 printf("hfs_copy_extent: Error %d from VNOP_STRATEGY (read)\n", err);
4984 printf("hfs_copy_extent: Error %d from VNOP_STRATEGY (write)\n", err);
5001 printf("hfs_copy_extent: DKIOCSYNCHRONIZECACHE failed (%d)\n", err);
5741 error = hfs_copy_extent(hfsmp, extent_info->vp, oldStartBlock,
5744 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);
5926 * the code that actually relocates data (hfs_copy_extent()) also

Completed in 30 milliseconds