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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_readwrite.c88 static int hfs_clonefile(struct vnode *, int, int, int);
4561 retval = hfs_clonefile(vp, headblks, datablks, blksize);
4677 hfs_clonefile(struct vnode *vp, int blkstart, int blkcnt, int blksize) function
4717 printf("hfs_clonefile: cluster_read failed - %d\n", error);
4721 printf("hfs_clonefile: cluster_read: uio_resid = %lld\n", (int64_t)uio_resid(auio));
4733 printf("hfs_clonefile: cluster_write failed - %d\n", error);
4737 printf("hfs_clonefile: cluster_write failed - uio_resid not zero\n");

Completed in 23 milliseconds